@hsui/micro-app
Version:
Hundsun micro-app framework
7 lines (6 loc) • 310 B
TypeScript
/**
* @author Kuitos
* @since 2020-10-13
*/
import type { Freer } from '../../../interfaces';
export declare function patchStrictSandbox(appName: string, appWrapperGetter: () => HTMLElement | ShadowRoot, proxy: Window, mounting?: boolean, scopedCSS?: boolean, excludeAssetFilter?: CallableFunction): Freer;