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