import { Globals, LineStyle, StringHack } from "./index"; /** **Initial value**: `none` */ export type WebkitBorderBeforeStyleProperty = Globals | LineStyle | StringHack;