UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 442 B
import * as React from "react"; import * as LabelPrimitive from "@radix-ui/react-label"; import { VariantProps } from "class-variance-authority"; declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>; export { Label };