fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
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"
|