import { Globals, StringHack } from "./index"; /** * The **`mask-border-slice`** CSS property divides the image set by `mask-border-source` into regions. These regions are used to form the components of an element's mask border. * * **Initial value**: `0` */ export type MaskBorderSliceProperty = Globals | StringHack | number;