4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
export { Button } from './Button'
|
|
// eslint-disable-next-line react-refresh/only-export-components
|
|
export { withButton } from './variants'
|