export interface IIMECompositionProps {
    enable?: boolean;
}
export interface IIMECompositionContext {
    enable: boolean;
}
