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
/
web
/
user
/
index.js
5 lines
•
171 B
JavaScript
View Raw
1
2
3
4
5
// Export all user-specific tokens
export
*
from
'./tokens'
;
// Export the main user tokens object
export
{ userTokens }
from
'./tokens'
;
//# sourceMappingURL=index.js.map