fix(core): update

This commit is contained in:
2023-08-07 20:02:18 +02:00
parent e0d2679801
commit 316e2a0b27
32 changed files with 393 additions and 440 deletions

View File

@ -1,4 +1,4 @@
import { DeesElement, property, html, customElement, domtools, TemplateResult } from '@design.estate/dees-element';
import { DeesElement, property, html, customElement, domtools, type TemplateResult, type CSSResult, } from '@design.estate/dees-element';
import { Deferred } from '@push.rocks/smartpromise';