zrmc
Version:
ZRMC is an ES7 React wrapper for Material Components Web.
25 lines (18 loc) • 638 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Tile = exports.GridList = undefined;
var _gridList = require("./gridList");
var _gridList2 = _interopRequireDefault(_gridList);
var _tile = require("./tile");
var _tile2 = _interopRequireDefault(_tile);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/**
* Copyright (c) 2015-present, CWB SAS
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
exports.GridList = _gridList2.default;
exports.Tile = _tile2.default;