Files
mermaid-live-editor/src/lib/components/ui/button/index.ts
T
2025-03-13 10:23:38 -07:00

10 lines
182 B
TypeScript

export {
default as Button,
buttonVariants,
default as Root,
type ButtonProps,
type ButtonSize,
type ButtonVariant,
type ButtonProps as Props
} from './button.svelte';