export type FitAlign = 'start' | 'center' | 'end'; export type FitBasis = 'box' | 'content';