fix: solid-element
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user