UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

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