UNPKG
dk-plus
Version:
latest (1.0.28)
1.0.28
1.0.27
1.0.26
1.0.25
1.0.24
1.0.23
DK-PLUS
github.com/dk-plus-ui/dk-plus-ui
dk-plus-ui/dk-plus-ui
dk-plus
/
lib
/
dktime_select
/
src
/
emit.d.ts
8 lines
(7 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
timeSelectEmits
: {
'update:modelValue'
:
(
v
:
string
) =>
boolean
;
change
:
(
v
:
string
) =>
boolean
;
clear
:
() =>
boolean
;
focus
:
(
evt
:
FocusEvent
) =>
boolean
;
blur
:
(
evt
:
FocusEvent
) =>
boolean
; };