Spaces:
Build error
Build error
File size: 258 Bytes
ebcc4b8 |
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
};
|