fix: solid-element

This commit is contained in:
2026-02-26 00:47:26 +08:00
parent b5f5e853bd
commit 795c2c4389
7 changed files with 63 additions and 27 deletions
+6 -3
View File
@@ -1,5 +1,8 @@
export { Dice } from './dice';
export type { DiceProps } from './dice';
// 导入以注册自定义元素
import './dice';
import './table';
export { Table } from './table';
// 导出类型
export type { DiceProps } from './dice';
export type { TableProps } from './table';