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