UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

6 lines 309 B
import { ElementType, HTMLHopeProps } from "../types"; /** * PopoverAnchor is the element used as the positioning reference for the popover. */ export declare function PopoverAnchor<C extends ElementType>(props: HTMLHopeProps<C>): import("solid-js").JSX.Element; //# sourceMappingURL=popover-anchor.d.ts.map