fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
9 lines (8 loc) • 317 B
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Popup: {
({ as, trigger, on, duration, animation, delay, position, className, style, content, children, ...props }: import("./type").PopupProps): JSX.Element;
displayName: string;
};
export default Popup;