fix(core): update

This commit is contained in:
2023-08-27 13:33:36 +02:00
parent 68ea3052fd
commit d580df7e0a
8 changed files with 1823 additions and 1341 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './domtools.plugins.js';
import { DomTools, IDomToolsContructorOptions } from './domtools.classes.domtools.js';
import { DomTools, type IDomToolsContructorOptions } from './domtools.classes.domtools.js';
import { scrollBarStyles, globalBaseStyles } from './domtools.css.basestyles.js';
import { html, LitElement, css, unsafeCSS } from 'lit';