UNPKG
@zh-keyboard/react
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
基于React的中文虚拟键盘组件
github.com/dusionlike/zh-keyboard
dusionlike/zh-keyboard
@zh-keyboard/react
/
dist
/
utils
/
useHandwritingRecognizer.d.ts
5 lines
(4 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
useHandwritingRecognizer
(
enableHandwriting
?:
boolean
): {
recognizerInitialized
:
boolean
;
recognizerProgress
:
number
; };