import { Globals } from "./index"; /** * The **`-moz-text-blink`** non-standard Mozilla CSS extension specifies the blink mode. * * **Initial value**: `none` * * @deprecated */ export type MozTextBlinkProperty = Globals | "blink" | "none";