import { StringHack, Globals, LineWidth, LineStyle, Color } from "./index"; /** The **`-webkit-border-before`** CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet. */ export type WebkitBorderBeforeProperty = Globals | LineWidth | LineStyle | Color | StringHack;