UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 279 B
/// <reference types="react" /> import { PopupProps } from './type'; declare const Popup: { ({ as, trigger, on, duration, animation, delay, position, className, style, content, children, ...props }: PopupProps): JSX.Element; displayName: string; }; export default Popup;