UNPKG

uni-query

Version:

🐠 为uniapp设计的开源组件库,专注最重要的核心组件

14 lines (13 loc) 289 B
/** * InputVercode组件ref使用 * * let inputVercodeRef = ref\<UQInputVercodeType\>(); */ declare type UQInputVercodeType = { /** * 打开短信验证码输入框,输入就then,否则catch */ open({ "phone": string }): Promise<string> }