react-workspaces
Version:
A component with a resizable and splittable workspace. A panel with draggable tabs.
14 lines (9 loc) • 361 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _workspace = require('./components/workspace');
var _workspace2 = _interopRequireDefault(_workspace);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _workspace2.default;
module.exports = exports['default'];
;