import { Globals } from "./index"; /** * The **`-ms-content-zooming`** CSS property is a Microsoft extension that specifies whether zooming is enabled. * * **Initial value**: zoom for the top level element, none for all other elements */ export type MsContentZoomingProperty = Globals | "none" | "zoom";