UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

10 lines 444 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type SelectLabelProps<C extends ElementType = "div"> = HTMLHopeProps<C>; /** * Component used to render the label of a group. */ export declare function SelectLabel<C extends ElementType = "div">(props: SelectLabelProps<C>): import("solid-js").JSX.Element; export declare namespace SelectLabel { var toString: () => string; } //# sourceMappingURL=select-label.d.ts.map