import { Globals } from "./index"; /** * The **`-ms-ime-align`** CSS property is a Microsoft extension aligning the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active. The extension is implemented in Microsoft Edge and Internet Explorer 11. * * **Initial value**: `auto` */ export type MsImeAlignProperty = Globals | "after" | "auto";