import { StringHack, Globals } from "./index"; /** * In Mozilla applications like Firefox, the **`-moz-outline-radius`** CSS property can be used to give an element's `outline` rounded corners. * * @deprecated */ export type MozOutlineRadiusProperty = Globals | TLength | StringHack;