UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

13 lines (12 loc) 660 B
import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types0 from "class-variance-authority/types"; //#region src/components/ui/button.d.ts declare const buttonVariants: (props?: ({ variant?: "primary" | "outline" | "ghost" | "secondary" | null | undefined; color?: "primary" | "outline" | "ghost" | "secondary" | null | undefined; size?: "sm" | "icon" | "icon-sm" | "icon-xs" | null | undefined; } & class_variance_authority_types0.ClassProp) | undefined) => string; type ButtonProps = VariantProps<typeof buttonVariants>; //#endregion export { ButtonProps, buttonVariants }; //# sourceMappingURL=button.d.ts.map