UNPKG

@fluster.io/dev

Version:

5 lines (4 loc) 225 B
import * as React from "react"; import * as LabelPrimitive from "@radix-ui/react-label"; declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): React.JSX.Element; export { Label };