import { StringHack, Globals, Color } from "./index"; /** The **`-webkit-text-stroke`** CSS property specifies the width and color of strokes for text characters. This is a shorthand property for the longhand properties `-webkit-text-stroke-width` and `-webkit-text-stroke-color`. */ export type WebkitTextStrokeProperty = Globals | Color | TLength | StringHack;