import { Globals } from "./index"; /** * The **`-ms-content-zoom-chaining`** CSS property is a Microsoft extension specifying the zoom behavior that occurs when a user hits the zoom limit during page manipulation. * * **Initial value**: `none` */ export type MsContentZoomChainingProperty = Globals | "chained" | "none";