UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

13 lines (12 loc) 307 B
export declare enum MiniprogramType { TEST = 0, PREVIEW = 1, RELEASE = 2 } export interface LaunchWxMiniOptions { appId: string; userName: string; path: string; miniprogramType: MiniprogramType; } export declare const launchWxMiniProgram: (options: LaunchWxMiniOptions) => void;