UNPKG

element-plus

Version:

A Component Library for Vue3.0

8 lines (7 loc) 226 B
export declare const UPDATE_MODEL_EVENT = "update:modelValue"; export declare const CHANGE_EVENT = "change"; export declare const VALIDATE_STATE_MAP: { validating: string; success: string; error: string; };