import { StringHack, Globals } from "./index"; /** * The `-webkit-mask-position-x` CSS property sets the initial horizontal position of a mask image. * * **Initial value**: `0%` */ export type WebkitMaskPositionXProperty = Globals | TLength | "center" | "left" | "right" | StringHack;