feat: add demo

This commit is contained in:
2024-09-28 13:06:36 +08:00
parent 6f6d64b065
commit 36f865b026
5 changed files with 292 additions and 1 deletions

View File

@@ -5,3 +5,5 @@ export { Modal, modalStore, BlankModal, DialogModal };
import { createDOMElement } from './utils/dom/create-dom-element';
export { createDOMElement };
export * from './utils';

View File

@@ -1,2 +1,7 @@
export * from './query-el';
export * from './css';
export * from './extra';
export * from './history';
export * from './is-null';
export * from './nanoid';
export * from './store';
export * from './query-el';