6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
export { Button } from './Button'
|
|
// eslint-disable-next-line react-refresh/only-export-components
|
|
export { withButton } from './variants'
|
|
|
|
export { type ButtonProps } from './types'
|