UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

11 lines 464 B
import { JSX } from "solid-js"; import { ElementType, HTMLHopeProps } from "../types"; export declare type PopoverContentProps<C extends ElementType = "section"> = HTMLHopeProps<C>; /** * The popover content container. */ export declare function PopoverContent<C extends ElementType = "section">(props: PopoverContentProps<C>): JSX.Element; export declare namespace PopoverContent { var toString: () => string; } //# sourceMappingURL=popover-content.d.ts.map