@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 497 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type SelectPlaceholderProps<C extends ElementType = "span"> = HTMLHopeProps<C>;
/**
* Component used to display a placeholder when no option is selected.
*/
export declare function SelectPlaceholder<C extends ElementType = "span">(props: SelectPlaceholderProps<C>): import("solid-js").JSX.Element;
export declare namespace SelectPlaceholder {
var toString: () => string;
}
//# sourceMappingURL=select-placeholder.d.ts.map