import { StringHack, Globals } from "./index"; /** * The `-webkit-mask-position-y` CSS property sets the initial vertical position of a mask image. * * **Initial value**: `0%` */ export type WebkitMaskPositionYProperty = Globals | TLength | "bottom" | "center" | "top" | StringHack;