UNPKG

vue-app-sdk

Version:
9 lines (8 loc) 225 B
import { AppSDKOptions, AppSDK } from './SDK'; export * from './Plugin'; export * from './Router'; export * from './SDK'; /** * 创建 AppSDK 实例 */ export declare function createAppSDK(options?: AppSDKOptions): AppSDK;