UNPKG

@lynx-js/lynx-core

Version:

Lynx JS environment initialization section, LynxCore will be pre-loaded before appService loading.

19 lines (14 loc) 434 B
export declare function loadCard( nativeApp: any, config: { initData?: unknown; entryName?: string; initConfig?: object; cardType: string; }, lynx: any, ): void; export declare function destroyCard(id: string): void; export declare function callDestroyLifetimeFun(id: string): void; export declare const nativeGlobal: any; export declare function loadDynamicComponent<T>(tt: any, componentUrl: string): T;