Commit 8631a7dc authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改类型声明后缀

parent 04919f7e
......@@ -2,16 +2,13 @@
* @Author: XieZhiXiong
* @Date: 2020-08-20 16:15:59
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-16 14:27:55
* @LastEditTime: 2021-07-16 14:30:20
* @Description: 基于 NormalTable 简单的可编辑列 Table
*/
import React, { useContext, useState, useEffect, useRef } from 'react';
import {
Card,
Input,
Button,
Form,
message,
} from 'antd';
import { NormalTableProps, EditableCellProps } from './interface';
import NormalTable from './NormalTable';
......
......@@ -2,10 +2,10 @@
* @Author: XieZhiXiong
* @Date: 2020-08-21 11:13:55
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-08-25 10:05:19
* @LastEditTime: 2021-07-16 14:29:47
* @Description:
*/
import { TableProps, TablePaginationConfig, ColumnType } from 'antd/lib/table';
import { TableProps, ColumnType } from 'antd/lib/table';
import { PaginationProps } from 'antd/lib/pagination';
import { SearchFormIProps } from './SearchForm';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment