UNPKG

@porsche-design-system/components-js

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

18 lines (15 loc) 619 B
import { spacingFluidXSmall } from './spacingFluidXSmall.mjs'; import { spacingFluidSmall } from './spacingFluidSmall.mjs'; import { spacingFluidMedium } from './spacingFluidMedium.mjs'; import { spacingFluidLarge } from './spacingFluidLarge.mjs'; import { spacingFluidXLarge } from './spacingFluidXLarge.mjs'; import { spacingFluidXXLarge } from './spacingFluidXXLarge.mjs'; const spacingFluid = { xSmall: spacingFluidXSmall, small: spacingFluidSmall, medium: spacingFluidMedium, large: spacingFluidLarge, xLarge: spacingFluidXLarge, xxLarge: spacingFluidXXLarge, }; export { spacingFluid };