@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
11 lines • 463 B
TypeScript
import { JSX } from "solid-js";
import { ElementType, HTMLHopeProps } from "../types";
export declare type SelectTriggerProps<C extends ElementType = "button"> = HTMLHopeProps<C>;
/**
* The trigger that toggles the select.
*/
export declare function SelectTrigger<C extends ElementType = "button">(props: SelectTriggerProps<C>): JSX.Element;
export declare namespace SelectTrigger {
var toString: () => string;
}
//# sourceMappingURL=select-trigger.d.ts.map