UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

10 lines 460 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type SelectContentProps<C extends ElementType = "div"> = HTMLHopeProps<C>; /** * The component that pops out when the select is open. */ export declare function SelectContent<C extends ElementType = "div">(props: SelectContentProps<C>): import("solid-js").JSX.Element; export declare namespace SelectContent { var toString: () => string; } //# sourceMappingURL=select-content.d.ts.map