UNPKG

shadcn-vue-packed

Version:

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

9 lines (8 loc) 485 B
import { VariantProps } from 'class-variance-authority'; export { default as Alert } from './Alert.vue'; export { default as AlertDescription } from './AlertDescription.vue'; export { default as AlertTitle } from './AlertTitle.vue'; export declare const alertVariants: (props?: ({ variant?: "default" | "destructive" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export type AlertVariants = VariantProps<typeof alertVariants>;