UNPKG

@fesjs/fes-design

Version:
6 lines (5 loc) 215 B
export declare function useInput(updateValue: (val: string) => void): { handleInput: (event: Event | string) => void; handleCompositionStart: () => void; handleCompositionEnd: (event: Event) => void; };