UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

5 lines 231 B
import * as React from 'react'; // tslint:disable-next-line:variable-name var TableCell = function (props) { return React.createElement("td", null, props.children); }; export default TableCell; //# sourceMappingURL=tableCell.js.map