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