UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

7 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isAttributeCell(cell) { return cell && cell.uri !== undefined; } exports.isAttributeCell = isAttributeCell; //# sourceMappingURL=Table.js.map