mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 03:54:19 +02:00
working on the frontend
This commit is contained in:
12
web/src/lib/components/ui/button/index.ts
Normal file
12
web/src/lib/components/ui/button/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
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,
|
||||
};
|
||||
Reference in New Issue
Block a user