Files
wolweb/apps/web/src/lib/components/ui/button/index.ts
Leandro Afonso 63f850d705 first commit
2025-10-19 20:47:58 +01:00

18 lines
260 B
TypeScript

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,
};