UNPKG

@prismatic-io/embedded

Version:

Embed Prismatic's integration marketplace and workflow designer within your existing application.

8 lines (7 loc) 199 B
export declare const getPopover: () => Element | null; export declare const openPopover: () => void; /** * Closes an open popover * @returns void */ export declare const closePopover: () => void;