UNPKG

@syncognito/maya

Version:

Maya Design System - Shared tokens and platform-specific components

10 lines 208 B
// Root shared borderRadius (universal across all platforms) export const borderRadius = { none: 0, sm: 2, md: 4, lg: 8, xl: 12, full: 9999, }; //# sourceMappingURL=borderRadius.js.map