Files
creamlinux-installer/src/components/buttons/index.ts
2025-05-18 18:23:06 +02:00

9 lines
323 B
TypeScript

// Export all button components
export { default as Button } from './Button'
export { default as ActionButton } from './ActionButton'
export { default as AnimatedCheckbox } from './AnimatedCheckbox'
// Export types
export type { ButtonVariant, ButtonSize } from './Button'
export type { ActionType } from './ActionButton'