UNPKG

mui-virtualized-grid

Version:

A Material-UI virtualization module utilizing Material-UI's Grid, List and ListItem components

13 lines (12 loc) 366 B
'use strict'; // This is a custom Jest transformer turning style imports into empty objects. // http://facebook.github.io/jest/docs/en/webpack.html module.exports = { process: function () { return 'module.exports = {};'; }, getCacheKey: function () { // The output is always the same. return 'cssTransform'; }, };