import { Globals, StringHack } from "./index"; /** * The **`mask-image`** CSS property sets the image that is used as mask layer for an element. * * **Initial value**: `none` */ export type WebkitMaskImageProperty = Globals | "none" | StringHack;