import { StringHack, Globals } from "./index"; /** * In Mozilla applications, the **`-moz-outline-radius-topright`** CSS property can be used to round the top-right corner of an element's `outline`. * * **Initial value**: `0` */ export type MozOutlineRadiusToprightProperty = Globals | TLength | StringHack;