ttrpg-tools/src/components/index.ts

6 lines
149 B
TypeScript

export { Dice } from './dice';
export type { DiceProps } from './dice';
export { Table } from './table';
export type { TableProps } from './table';