UNPKG

shadcn-vue-packed

Version:

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

8 lines (7 loc) 471 B
import { VariantProps } from 'class-variance-authority'; export { default as Button } from './Button.vue'; export declare const buttonVariants: (props?: ({ variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined; size?: "default" | "sm" | "lg" | "icon" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export type ButtonVariants = VariantProps<typeof buttonVariants>;