UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

7 lines 391 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type PopoverArrowProps<C extends ElementType = "div"> = HTMLHopeProps<C>; export declare function PopoverArrow<C extends ElementType = "div">(props: PopoverArrowProps<C>): import("solid-js").JSX.Element; export declare namespace PopoverArrow { var toString: () => string; } //# sourceMappingURL=popover-arrow.d.ts.map