ttrpg-tools/src/components/index.ts

6 lines
149 B
TypeScript
Raw Normal View History

2026-02-26 00:17:23 +08:00
export { Dice } from './dice';
export type { DiceProps } from './dice';
export { Table } from './table';
export type { TableProps } from './table';