import { Globals } from "./index"; /** * The **`-moz-box-flex`** and **`-webkit-box-flex`** CSS properties specify how a `-moz-box` or `-webkit-box` grows to fill the box that contains it, in the direction of the containing box's layout. * * **Initial value**: `0` * * @deprecated */ export type BoxFlexProperty = Globals | number;