Files
dsProject/dsBase/WebRoot/html/cdn/es/components/select-v2/src/useInput.d.ts
2025-08-14 15:45:08 +08:00

6 lines
220 B
TypeScript

export declare function useInput(handleInput: (event: InputEvent) => void): {
handleCompositionStart: () => void;
handleCompositionUpdate: (event: any) => void;
handleCompositionEnd: (event: any) => void;
};