import { Globals, StringHack } from "./index"; /** The **`mask-border`** CSS property lets you create a mask along the edge of an element's border. */ export type MaskBorderProperty = Globals | "alpha" | "luminance" | "none" | "repeat" | "round" | "space" | "stretch" | StringHack | number;