UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

19 lines (16 loc) • 526 B
import { defineConfig } from '@nex-ui/system'; import { aliases } from './system/aliases.mjs'; import { scales } from './system/scales.mjs'; import { breakpoints } from './system/breakpoints.mjs'; import { selectors } from './system/selectors.mjs'; import { tokens } from './system/tokens/index.mjs'; import { semanticTokens } from './system/semanticTokens/index.mjs'; const defaultConfig = defineConfig({ aliases, scales, breakpoints, selectors, tokens, semanticTokens }); export { defaultConfig };