@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 448 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type MenuContentProps<C extends ElementType = "div"> = HTMLHopeProps<C>;
/**
* The component that pops out when the menu is open.
*/
export declare function MenuContent<C extends ElementType = "div">(props: MenuContentProps<C>): import("solid-js").JSX.Element;
export declare namespace MenuContent {
var toString: () => string;
}
//# sourceMappingURL=menu-content.d.ts.map