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

14 lines
195 B
TypeScript

import Root from './toggle.svelte';
export {
toggleVariants,
type ToggleSize,
type ToggleVariant,
type ToggleVariants
} from './toggle.svelte';
export {
Root,
//
Root as Toggle
};