import type { Property } from 'csstype'; export type FlexAlign = Property.AlignItems; export type FlexJustify = Property.JustifyContent;