5 lines
210 B
TypeScript
5 lines
210 B
TypeScript
export { Button } from './Button'
|
|
export { type ButtonProps } from './types'
|
|
// eslint-disable-next-line react-refresh/only-export-components
|
|
export { variants as buttonVariants, withButton } from './variants'
|