Skip to content

Commit

Permalink
Merge pull request #80 from AElf-devops/fix/build
Browse files Browse the repository at this point in the history
fix: build config
  • Loading branch information
aelf-lxy authored Mar 15, 2024
2 parents 3671801 + 95db9eb commit 57089dd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component/src/Table/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import { IPaginationProps, Pagination } from 'aelf-design';
import { Table as AntdTable, TableProps } from 'antd';
import { AnyObject } from 'antd/es/_util/type';

import Pagination, { IPaginationProps } from '../Pagination';
import useStyles from './style';

export interface ITableProps<T> extends Omit<TableProps<T>, 'pagination'> {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 57089dd

Please sign in to comment.