@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
7 lines • 330 B
JavaScript
import * as React from 'react';
import { StyledTable } from '../../../editor/ui/ContentStyles';
// tslint:disable-next-line:variable-name
var Table = function (props) { return React.createElement(StyledTable, null,
React.createElement("tbody", null, props.children)); };
export default Table;
//# sourceMappingURL=table.js.map