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 083ab8d commit 3a31588Copy full SHA for 3a31588
src/PropertyGrid.ts
@@ -1,7 +1,7 @@
1
import { BaseCustomWebComponentConstructorAppend, TypedEvent, css, html } from "@node-projects/base-custom-webcomponent";
2
import { Wunderbaum } from 'wunderbaum';
3
//@ts-ignore
4
-import wunderbaumStyle from 'wunderbaum/dist/wunderbaum.css' assert { type: 'css' };
+import wunderbaumStyle from 'wunderbaum/dist/wunderbaum.css' with { type: 'css' };
5
import { WunderbaumNode } from "wb_node";
6
import { WbNodeData, WbRenderEventType } from "types";
7
0 commit comments