UNPKG

@loke/ui

Version:
10 lines (9 loc) 537 B
import { Primitive } from "@loke/ui/primitive"; import { type ComponentPropsWithoutRef } from "react"; type PrimitiveLabelProps = ComponentPropsWithoutRef<typeof Primitive.label>; interface LabelProps extends PrimitiveLabelProps { } declare const Label: import("react").ForwardRefExoticComponent<LabelProps & import("react").RefAttributes<HTMLLabelElement>>; declare const Root: import("react").ForwardRefExoticComponent<LabelProps & import("react").RefAttributes<HTMLLabelElement>>; export { Label, Root, }; export type { LabelProps };