import { Globals, StringHack } from "./index"; /** * The **`-moz-binding`** CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element. * * **Initial value**: `none` * * @deprecated */ export type MozBindingProperty = Globals | "none" | StringHack;