3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
export type { ButtonSize, ButtonVariant } from './ui/Button';
|
|
export { Button } from './ui/Button';
|