import { StringHack, Globals, BgSize } from "./index"; /** * The **`mask-size`** CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio. * * **Initial value**: `auto auto` */ export type WebkitMaskSizeProperty = Globals | BgSize | StringHack;