Skip to content

Commit

Permalink
chore(next): export ExtendTableProps
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Dec 14, 2021
1 parent 69ff01c commit ad82905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/array-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface IStatusSelectProps extends SelectProps {
pageSize?: number
}

interface ExtendTableProps extends TableProps {
export interface ExtendTableProps extends TableProps {
pagination?: PaginationProps
}

Expand Down

0 comments on commit ad82905

Please sign in to comment.