UNPKG

@daysnap/horn-jssdk

Version:

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

8 lines (7 loc) 172 B
export interface MakePhoneCallOptions { phoneNumber: string; } /** * 拨打电话 。 */ export declare const makePhoneCall: (options: MakePhoneCallOptions) => void;