Files
gpx.studio/website/src/lib/components/ui/button/index.ts
T

18 lines
260 B
TypeScript
Raw Normal View History

2025-06-08 16:32:41 +02:00
import Root, {
type ButtonProps,
type ButtonSize,
type ButtonVariant,
buttonVariants,
} from "./button.svelte";
2024-04-08 17:12:39 +02:00
export {
Root,
2025-06-08 16:32:41 +02:00
type ButtonProps as Props,
2024-04-08 17:12:39 +02:00
//
Root as Button,
buttonVariants,
2025-06-08 16:32:41 +02:00
type ButtonProps,
type ButtonSize,
type ButtonVariant,
2024-04-08 17:12:39 +02:00
};