Skip to main content

JustifyContentProps

Home > @backstage/canon > JustifyContentProps

Signature:

export type JustifyContentProps = 'stretch' | 'flex-start' | 'center' | 'flex-end' | 'space-around' | 'space-between' | Partial<Record<Breakpoint, 'stretch' | 'flex-start' | 'center' | 'flex-end' | 'space-around' | 'space-between'>>;

References: Breakpoint