UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

10 lines 505 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type SelectOptionIndicatorProps<C extends ElementType = "span"> = HTMLHopeProps<C>; /** * Visual indicator rendered when the option is selected. */ export declare function SelectOptionIndicator<C extends ElementType = "span">(props: SelectOptionIndicatorProps<C>): import("solid-js").JSX.Element; export declare namespace SelectOptionIndicator { var toString: () => string; } //# sourceMappingURL=select-option-indicator.d.ts.map