import { StringHack, Globals, Position, RepeatStyle, Box } from "./index"; /** The **`mask`** CSS property hides an element (partially or fully) by masking or clipping the image at specific points. */ export type WebkitMaskProperty = Globals | Position | RepeatStyle | Box | "border" | "content" | "none" | "padding" | "text" | StringHack;