UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

24 lines (21 loc) 369 B
/** * When any of the values are changed here, do change the jsdoc comments in BaseBox/types/spacingTypes.ts as well * * {@link ../../components/Box/BaseBox/types/spacingTypes.ts} */ var spacing = { 0: 0, 1: 2, 2: 4, 3: 8, 4: 12, 5: 16, 6: 20, 7: 24, 8: 32, 9: 40, 10: 48, 11: 56 }; export { spacing }; //# sourceMappingURL=spacing.js.map