UNPKG

@rajkrajpj/cultivate-ui-library

Version:

A modern, type-safe, accessible React component library for fintech investor forms. Build complete investor forms in minutes with zero configuration, supporting multiple regulations (RegA+, RegD, RegCF) and investor types.

8 lines (7 loc) 488 B
import { VariantProps } from 'class-variance-authority'; import * as LabelPrimitive from "@radix-ui/react-label"; declare const labelVariants: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string; export interface LabelProps extends React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root>, VariantProps<typeof labelVariants> { } export declare const Label: ({ className, ...props }: LabelProps) => import("react/jsx-runtime").JSX.Element; export {};