UNPKG

dk-plus

Version:
9 lines (8 loc) 234 B
const t = { "update:modelValue": (e) => typeof e == "string", change: (e) => typeof e == "string", "panel-change": (e) => !!e && typeof e.year == "number" && typeof e.month == "number" }; export { t as datePickerPanelEmits };