UNPKG
@zh-keyboard/vue
Version:
latest (0.2.2)
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
/
lib.d.ts
9 lines
(8 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
App
}
from
'vue'
;
import
{
default
as
ZhKeyboard
}
from
'./components/ZhKeyboard.vue'
;
export
*
from
'./utils/handwriting'
;
export
{
ZhKeyboard
};
declare
const
_default
: {
install
:
(
app
:
App
) =>
void
; };
export
default
_default;