UNPKG

web3-mq-react

Version:
9 lines (8 loc) 304 B
import React, { PropsWithChildren } from 'react'; export declare type PopoverProps = { content: string | React.ReactNode; className?: string; style?: React.CSSProperties; distance?: number; }; export declare const Popover: (props: PropsWithChildren<PopoverProps>) => JSX.Element;