UNPKG

lath

Version:

Seamless connection of pages.

4 lines (3 loc) 210 B
import { Applet } from '../../types'; export declare const injectContext: (appletWindow: Window, applet: Applet) => void; export declare const injectDocument: (appletWindow: Window, applet: Applet) => void;