UNPKG

consensys-ui

Version:

Consensys UI component library and design system

6 lines (5 loc) 168 B
import withCui from '@consensys/ui-config/expo'; import themeConfig from './theme.config'; module.exports = ({ config }) => { return withCui(config, themeConfig); };