UNPKG

@yncoder/element-react

Version:
10 lines (7 loc) 199 B
// import * as React from 'react'; // import { Component, PropTypes } from '../../libs'; function TableColumn() { return null; } TableColumn.typeName = 'TableColumn'; export default TableColumn;