UNPKG

@hsui/micro-app

Version:

Hundsun micro-app framework

8 lines (7 loc) 490 B
/** * @author Kuitos * @since 2019-04-11 */ import type { Freer, SandBox } from '../../interfaces'; export declare function patchAtMounting(appName: string, elementGetter: () => HTMLElement | ShadowRoot, sandbox: SandBox, scopedCSS: boolean, excludeAssetFilter?: CallableFunction): Freer[]; export declare function patchAtBootstrapping(appName: string, elementGetter: () => HTMLElement | ShadowRoot, sandbox: SandBox, scopedCSS: boolean, excludeAssetFilter?: CallableFunction): Freer[];