@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 464 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type SelectListboxProps<C extends ElementType = "div"> = HTMLHopeProps<C>;
/**
* The scrolling viewport that contains all of the options.
*/
export declare function SelectListbox<C extends ElementType = "div">(props: SelectListboxProps<C>): import("solid-js").JSX.Element;
export declare namespace SelectListbox {
var toString: () => string;
}
//# sourceMappingURL=select-listbox.d.ts.map