1import Root, {
2 type ButtonProps,
3 type ButtonSize,
4 type ButtonVariant,
5 buttonVariants
6} from './button.svelte';
7
8export {
9 Root,
10 type ButtonProps as Props,
11 //
12 Root as Button,
13 buttonVariants,
14 type ButtonProps,
15 type ButtonSize,
16 type ButtonVariant
17};