Files
web/packages/design-system/lib/components/Button/index.tsx
Hrishikesh Vaipurkar 16e6c1596c Merged in feat/SW-3477-hide-voucher-booking-code-sas- (pull request #2836)
feat(SW-3477) Updated booking widget for SAS white label

Approved-by: Anton Gunnarsson
2025-09-23 08:44:55 +00:00

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'