import { StringHack, Globals } from "./index"; /** * The `**-ms-hyphenate-limit-zone**` CSS property is a Microsoft extension specifying the width of the hyphenation zone. * * **Initial value**: `0` */ export type MsHyphenateLimitZoneProperty = Globals | TLength | StringHack;