UNPKG

dgz-ui

Version:

Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript

11 lines 557 B
import * as React from 'react'; import * as LabelPrimitive from '@radix-ui/react-label'; import { type VariantProps } from 'class-variance-authority'; /** * Label - Accessible form label built on Radix Label. * * @component */ declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import("class-variance-authority/types").ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>; export { Label }; //# sourceMappingURL=label.d.ts.map