Commit 8631a7dc authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改类型声明后缀

parent 04919f7e
...@@ -2,16 +2,13 @@ ...@@ -2,16 +2,13 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-08-20 16:15:59 * @Date: 2020-08-20 16:15:59
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-16 14:27:55 * @LastEditTime: 2021-07-16 14:30:20
* @Description: 基于 NormalTable 简单的可编辑列 Table * @Description: 基于 NormalTable 简单的可编辑列 Table
*/ */
import React, { useContext, useState, useEffect, useRef } from 'react'; import React, { useContext, useState, useEffect, useRef } from 'react';
import { import {
Card,
Input, Input,
Button,
Form, Form,
message,
} from 'antd'; } from 'antd';
import { NormalTableProps, EditableCellProps } from './interface'; import { NormalTableProps, EditableCellProps } from './interface';
import NormalTable from './NormalTable'; import NormalTable from './NormalTable';
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-08-21 11:13:55 * @Date: 2020-08-21 11:13:55
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2020-08-25 10:05:19 * @LastEditTime: 2021-07-16 14:29:47
* @Description: * @Description:
*/ */
import { TableProps, TablePaginationConfig, ColumnType } from 'antd/lib/table'; import { TableProps, ColumnType } from 'antd/lib/table';
import { PaginationProps } from 'antd/lib/pagination'; import { PaginationProps } from 'antd/lib/pagination';
import { SearchFormIProps } from './SearchForm'; 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