UNPKG

dk-plus

Version:
10 lines (9 loc) 249 B
const t = { "update:modelValue": (e) => typeof e == "string", change: (e) => typeof e == "string", "active-change": (e) => typeof e == "string", "update:rgba": (e) => !!e && typeof e.r == "number" }; export { t as colorPickerPanelEmits };