import { Globals } from "./index"; /** * The **`box-flex-group`** CSS property assigns the flexbox's child elements to a flex group. * * **Initial value**: `1` * * @deprecated */ export type BoxFlexGroupProperty = Globals | number;