import { StringHack, Globals } from "./index"; /** * The **`-ms-wrap-margin`** CSS property is a Microsoft extension that specifies a margin that offsets the inner wrap shape from other shapes. * * **Initial value**: `0` */ export type MsWrapMarginProperty = Globals | TLength;