import { StringHack, Globals } from "./index"; /** * The `**-ms-scroll-limit-x-max**` CSS property is a Microsoft extension that specifies the maximum value for the `Element.scrollLeft` property. * * **Initial value**: `auto` */ export type MsScrollLimitXMaxProperty = Globals | TLength | "auto";