UNPKG
qxk-app-component
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
vue3.0 浮动面板
github.com/QXK169/app-component
QXK169/app-component
qxk-app-component
/
es
/
keyboard
/
config.d.ts
12 lines
(11 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
const
areaOptions
: {
text
:
string
;
disabled
:
boolean
; }[];
export
declare
const
engKeyBoardOptions
: ({
text
:
number
;
disabled
:
boolean
; } | {
text
:
string
;
disabled
:
boolean
; })[];