UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines 232 B
export const CHILD_SIZE = { small: 'small', medium: 'medium', }; export const CHILD_WIDTH_RANGE = { small: { from: 18, to: 47 }, medium: { from: 48, to: 9999 }, }; //# sourceMappingURL=PulseAnimation.constants.js.map