import { Globals } from "./index"; /** * The **`-moz-force-broken-image-icon`** extended CSS property can be used to force the broken image icon to be shown even when a broken image has an `alt` attribute. * * **Initial value**: `0` */ export type MozForceBrokenImageIconProperty = Globals | number;