Files
bullseye-app/src/lib/components/ui/button/index.ts
T
hiperman 84077e0e37 add shadcn-svelte components
added
- button
- card
- field
- input
- label
- separator
- sonner
- tabs
2026-02-21 20:14:07 -05: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,
};