@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 457 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type SelectOptionTextProps<C extends ElementType = "span"> = HTMLHopeProps<C>;
/**
* The textual part of the option.
*/
export declare function SelectOptionText<C extends ElementType = "span">(props: SelectOptionTextProps<C>): import("solid-js").JSX.Element;
export declare namespace SelectOptionText {
var toString: () => string;
}
//# sourceMappingURL=select-option-text.d.ts.map