Files
phoenix/src/lib/components/ui/button/index.ts
Tobias Klemp 90280fd436 wip
2025-11-23 18:55:37 +01:00

21 lines
336 B
TypeScript

import Root, {
type ButtonProps,
type ButtonSize,
type ButtonVariant,
buttonVariants,
} from './button.svelte'
import ToggleButton from './toggleButton.svelte'
export {
Root,
type ButtonProps as Props,
//
Root as Button,
ToggleButton,
buttonVariants,
type ButtonProps,
type ButtonSize,
type ButtonVariant,
}