mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 16:19:39 +02:00
2 lines
107 B
TypeScript
2 lines
107 B
TypeScript
export { Button } from './Button';
|
|
export type { ButtonProps, ButtonVariant, ButtonSize } from './Button';
|