import { Globals, StringHack } from "./index"; /** * For certain XUL elements and pseudo-elements that use an image from the `list-style-image` property, this property specifies a region of the image that is used in place of the whole image. This allows elements to use different pieces of the same image to improve performance. * * **Initial value**: `auto` */ export type MozImageRegionProperty = Globals | "auto" | StringHack;