UNPKG
@zh-keyboard/vue
Version:
latest (2.0.0)
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
基于Vue的中文虚拟键盘组件
github.com/dusionlike/zh-keyboard
dusionlike/zh-keyboard
@zh-keyboard/vue
/
dist
/
utils
/
useHandwritingRecognizer.d.ts
5 lines
(4 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
useHandwritingRecognizer
(
enableHandwriting
?:
boolean
): {
recognizerInitialized
:
import
(
'vue'
).
Ref
<
boolean
,
boolean
>;
recognizerProgress
:
import
(
'vue'
).
Ref
<
number
,
number
>; };