fix(core): update

This commit is contained in:
2023-08-07 18:20:17 +02:00
parent 43897f0fb5
commit 134774b870
14 changed files with 1892 additions and 886 deletions

View File

@ -1,4 +1,4 @@
import { DeesElement, property, html, customElement, TemplateResult, state } from '@designestate/dees-element';
import { DeesElement, property, html, customElement, type TemplateResult, state } from '@design.estate/dees-element';
import { WccDashboard } from './wcc-dashboard.js';
export type TPropertyType = 'String' | 'Number' | 'Boolean' | 'Object' | 'Enum' | 'Array';