mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-01 04:12:14 +02:00
✨ add namespace function
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { S, watch, el, elNS, assign, listen, dispatch } from "../index.js";
|
||||
Object.assign(globalThis, { S, watch, el, elNS, assign, listen, dispatch });
|
||||
import { S, watch, el, namespace, assign, listen, dispatch } from "../index.js";
|
||||
Object.assign(globalThis, { S, watch, el, namespace, assign, listen, dispatch });
|
||||
|
||||
const { style, css }= createStyle();
|
||||
globalThis.test= console.log;
|
||||
|
Reference in New Issue
Block a user