@atlassian/aui
Version:
Atlassian User Interface library
13 lines • 395 B
JavaScript
export default {
'light': () => (() => {}),
'light-future': () => (() => {}),
'dark': () => (() => {}),
'dark-future': () => (() => {}),
'legacy-light': () => (() => {}),
'legacy-dark': () => (() => {}),
'spacing': () => (() => {}),
'shape': () => (() => {}),
'typography-adg3': () => (() => {}),
'typography-modernized': () => (() => {}),
'typography-refreshed': () => (() => {}),
};