@talend/react-components
Version:
Set of react components.
12 lines • 308 B
JavaScript
// 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'
}];
export default collection;
//# sourceMappingURL=collection.js.map