UNPKG

element-plus

Version:

A Component Library for Vue 3

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