UNPKG

@uni/loading

Version:
19 lines (16 loc) 286 B
export interface Ob { [key: string]: any; } export interface Ext { wechatMiniProgram?: Ob; aliMiniApp?: Ob; bytedanceMicroApp?: Ob; web?: Ob; baiduSmartProgram?: Ob; kuaishouMiniProgram?: Ob; } export declare namespace Uni { interface COptions { _ext?: Ext; } }