@talend/react-components
Version:
Set of react components.
18 lines (17 loc) • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// used for testing purpose
const collection = [{
id: 0,
name: 'Title with icon and actions',
description: 'Simple row with icon and actions'
}, {
id: 1,
name: 'Title without actions',
description: 'Simple row without actions'
}];
var _default = exports.default = collection;
//# sourceMappingURL=collection.js.map