6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
|
|
export { Dice } from './dice';
|
||
|
|
export type { DiceProps } from './dice';
|
||
|
|
|
||
|
|
export { Table } from './table';
|
||
|
|
export type { TableProps } from './table';
|