reactbulma
Version:
React.js components for Modern CSS framework based on Flexbox
19 lines (12 loc) • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var TableFoot = function TableFoot(props) {
return _react2.default.createElement('tfoot', props);
};
TableFoot.displayName = 'Table.Foot';
exports.default = TableFoot;