import { StringHack, Globals } from "./index"; /** * The **`mask-border-outset`** CSS property specifies the distance by which an element's mask border is set out from its border box. * * **Initial value**: `0` */ export type MaskBorderOutsetProperty = Globals | TLength | StringHack | number;