import { Globals } from "./index"; /** * The **`-ms-accelerator`** CSS property is a Microsoft extension that sets or retrieves a string indicating whether the object represents a keyboard shortcut. * * **Initial value**: `false` */ export type MsAcceleratorProperty = Globals | "false" | "true";