UNPKG
@syncognito/maya
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Maya Design System - Shared tokens and platform-specific components
gitlab.com/syncognito/maya
@syncognito/maya
/
dist
/
mobile
/
index.js
5 lines
•
177 B
JavaScript
View Raw
1
2
3
4
5
// Export all mobile-specific tokens
export
*
from
'./tokens'
;
// Export the main mobile tokens object
export
{ mobileTokens }
from
'./tokens'
;
//# sourceMappingURL=index.js.map