// 导入以注册自定义元素
import './dice';
import './table';
// 导出类型
export type { DiceProps } from './dice';
export type { TableProps } from './table';