import { Globals } from "./index"; /** * The **`-ms-high-contrast-adjust`** CSS property is a Microsoft extension that gets or sets a value indicating whether to override any CSS properties that would have been set in high contrast mode. * * **Initial value**: `auto` */ export type MsHighContrastAdjustProperty = Globals | "auto" | "none";