16e6c1596c
feat(SW-3477) Updated booking widget for SAS white label Approved-by: Anton Gunnarsson
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'
|