import { Globals, Attachment, StringHack } from "./index"; /** * If a `-webkit-mask-image` is specified, `-webkit-mask-attachment` determines whether the mask image's position is fixed within the viewport, or scrolls along with its containing block. * * **Initial value**: `scroll` */ export type WebkitMaskAttachmentProperty = Globals | Attachment | StringHack;