UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

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