This commit is contained in:
Tobias Klemp
2025-11-23 18:55:37 +01:00
parent c829f9f57b
commit 90280fd436
53 changed files with 1620 additions and 82 deletions

View File

@@ -0,0 +1,20 @@
import Root, {
type ButtonProps,
type ButtonSize,
type ButtonVariant,
buttonVariants,
} from './button.svelte'
import ToggleButton from './toggleButton.svelte'
export {
Root,
type ButtonProps as Props,
//
Root as Button,
ToggleButton,
buttonVariants,
type ButtonProps,
type ButtonSize,
type ButtonVariant,
}