index.ts 80 B

12
  1. export { Button } from './button';
  2. export type { ButtonProps } from './button';