UNPKG

@instructure/ui-grid

Version:
25 lines (23 loc) 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "Grid", { enumerable: true, get: function () { return _Grid.Grid; } }); Object.defineProperty(exports, "GridRow", { enumerable: true, get: function () { return _Grid.GridRow; } }); Object.defineProperty(exports, "GridCol", { enumerable: true, get: function () { return _Grid.GridCol; } }); var _Grid = require("./Grid");