import { Globals } from "./index"; /** * The **`-ms-touch-select`** CSS property is a Microsoft extension that toggles the gripper visual elements that enable touch text selection. * * **Initial value**: `grippers` */ export type MsTouchSelectProperty = Globals | "grippers" | "none";