UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 220 B
export declare function useInput(handleInput: (event: InputEvent) => void): { handleCompositionStart: () => void; handleCompositionUpdate: (event: any) => void; handleCompositionEnd: (event: any) => void; };