You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
278 B
TypeScript

/**
* 需要需要确保 vue 文件是处理过条件编译的
* @param platform
* @param vueFileName
* @returns
*/
export declare function transformExtApiVueFile(platform: 'app-android' | 'app-ios', // | 'app-harmony',
vueFileName: string): Promise<string | void | null>;