Files
bakery-ia/frontend/src/components/ui/Button/index.ts
2025-08-28 10:41:04 +02:00

3 lines
126 B
TypeScript

export { default } from './Button';
export { default as Button } from './Button';
export type { ButtonProps } from './Button';