UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines 235 B
export const CHILD_SIZE = { small: 'small', medium: 'medium', }; export const CHILD_WIDTH_RANGE = { small: { from: 198, to: 341 }, medium: { from: 342, to: 534 }, }; //# sourceMappingURL=BounceAnimation.constants.js.map