export type AlignType = 'start' | 'end' | 'center' | 'stretch'; export type AlignExtendedType = AlignType | 'space-around' | 'space-between' | 'space-evenly'; //# sourceMappingURL=types.d.ts.map