Files
web/packages/design-system/lib/components/Button/index.tsx
Erik Tiekstra c60f7928ba fix(BOOK-579): Multiple small fixes in regards to hotel branding
Approved-by: Bianca Widstam
Approved-by: Matilda Haneling
2025-11-20 13:07:11 +00:00

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'