UNPKG

@w6s/sdk

Version:

WorkPlusFE JavaScript SDK.

12 lines (11 loc) 317 B
import { ExecOptions } from '../types/core'; export interface TelParams { number: string | number; } export declare type TelOptions = TelParams & ExecOptions<TelParams, void>; /** * 打电话 * @param {Options} [options] * @returns {void} */ export default function tel(options: TelOptions): void;