index.js 269 Bytes
Newer Older
田翔's avatar
田翔 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
import settings from './settings'
import {
  baseSettings,
  commonSettings,
  switchSettings,
  elementSettings,
  globalSettings,
} from './otherSettings'

export {
  settings,
  baseSettings,
  commonSettings,
  switchSettings,
  elementSettings,
  globalSettings,
}