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