/// export interface IUseIMECompositionResult { value: string; onChange: OnChange; getEventValue?: (...args: any[]) => string; onCompositionStart: React.CompositionEventHandler; onCompositionEnd: React.CompositionEventHandler; }