@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
8 lines • 421 B
TypeScript
import { SelectOptionProps } from "../select";
import { ElementType } from "../types";
/**
* A simple abstraction built on top of `SelectOption`.
* Use this if you don't need to customize every parts of `SelectOption` and want a simpler API.
*/
export declare function SimpleOption<C extends ElementType = "div">(props: SelectOptionProps<C>): import("solid-js").JSX.Element;
//# sourceMappingURL=simple-option.d.ts.map