UNPKG

material-ui-pagination

Version:

An easy to use and customizable pagination component for material ui.

24 lines (23 loc) 423 B
module.exports = { library: 'react-component-dev', libraryTarget: 'umd', externals: [ { react: { root: 'React', commonjs2: 'react', commonjs: 'react', amd: 'react', }, }, { 'react-dom': { root: 'ReactDOM', commonjs2: 'react-dom', commonjs: 'react-dom', amd: 'react-dom', }, }, /^material-ui(\/.+)?$/, ], };