UNPKG

@limetech/lime-elements

Version:
13 lines 359 B
/** * @public */ export type FlexContainerDirection = 'horizontal' | 'vertical'; /** * @public */ export type FlexContainerAlign = 'start' | 'end' | 'center' | 'stretch'; /** * @public */ export type FlexContainerJustify = 'start' | 'end' | 'center' | 'space-between' | 'space-around' | 'space-evenly'; //# sourceMappingURL=flex-container.types.d.ts.map