UNPKG

shadcn-vue-packed

Version:

A Vue component library that exports components from shadcn/vue.

8 lines (7 loc) 413 B
import { VariantProps } from 'class-variance-authority'; export { default as Toggle } from './Toggle.vue'; export declare const toggleVariants: (props?: ({ variant?: "default" | "outline" | null | undefined; size?: "default" | "sm" | "lg" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export type ToggleVariants = VariantProps<typeof toggleVariants>;