mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-31 07:42:52 -05:00
9 lines
323 B
TypeScript
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'
|