import { StringHack, Globals, Position } from "./index"; /** * The **`mask-position`** CSS property sets the initial position, relative to the mask position layer set by `mask-origin`, for each defined mask image. * * **Initial value**: `0% 0%` */ export type WebkitMaskPositionProperty = Globals | Position | StringHack;