export type DirectionGlobalValue = 'inherit' | 'initial' | 'revert' | 'revert-layer' | 'unset';
export type WrapGlobalValue = 'inherit' | 'initial' | 'revert' | 'unset';
export type BasisGlobalValue = 'inherit' | 'initial' | 'unset';
export type BasisItemValue = 'content';
export type GrowGlobalValue = 'inherit' | 'initial' | 'revert' | 'unset';
export type ShrinkGlobalValue = 'inherit' | 'initial' | 'unset';
export type AlignItemsGlobalValue = 'inherit' | 'initial' | 'revert' | 'revert-layer' | 'unset';
export type JustifyContentGlobalValue = 'inherit' | 'initial' | 'unset';
