We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40075cc commit a324244Copy full SHA for a324244
packages/core/src/wc-class.ts
@@ -1,8 +1,11 @@
1
import { createCSSElement, defineProxy } from "packages/reactively";
2
import { createElement, diff, removeAttrs } from "packages/runtime";
3
-import { COMPONENT_PROP_METADATA_KEY } from "../../shared/src/constants/metas.constant";
4
-import { JwcElement, PropOptions } from "shared";
5
-import { WatcherOptions } from "../../shared/src/types/watcher.interface";
+import {
+ COMPONENT_PROP_METADATA_KEY,
+ JwcElement,
6
+ PropOptions,
7
+ WatcherOptions,
8
+} from "shared";
9
10
/**
11
* The map of adoptedStyleSheets.
0 commit comments