UNPKG

@aurigma/design-editor-iframe

Version:

Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.

6 lines (5 loc) 140 B
/** * @internal */ export declare function waitElementVisible(element: HTMLElement): Promise<void>; export default waitElementVisible;