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