Spaces:
Running
Running
File size: 258 Bytes
db66673 2961a5b db66673 2961a5b db66673 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | import Root, {
type ButtonProps,
type ButtonSize,
type ButtonVariant,
buttonVariants
} from './button.svelte';
export {
Root,
type ButtonProps as Props,
//
Root as Button,
buttonVariants,
type ButtonProps,
type ButtonSize,
type ButtonVariant
};
|