UNPKG

shineout

Version:
5 lines (4 loc) 266 B
import { PopoverProps } from './popover.type'; declare const IPopover: (props: PopoverProps) => import("react/jsx-runtime").JSX.Element; export declare const IPopoverContent: (props: PopoverProps) => import("react/jsx-runtime").JSX.Element; export default IPopover;