import { CSSProperties } from 'react'; /** * 创建表格样式 * * 支持的样式属性: * * * 边框样式 * * 宽度 * * @param style css样式表 */ declare const makeTableStyle: (style: CSSProperties) => JSX.Element; export default makeTableStyle;