import { StringHack, Globals } from "./index"; /** * The **`-webkit-text-stroke-width`** CSS property specifies the width of the stroke for text. * * **Initial value**: `0` */ export type WebkitTextStrokeWidthProperty = Globals | TLength;