Skip to content

Commit b505ee0

Browse files
author
Stefano Casasola
committed
Removes a duplicate definition
1 parent cb0f570 commit b505ee0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

types/react-table-config.d.ts

-6
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ declare module 'react-table' {
9494
UseRowStateState<D>,
9595
UseSortByState<D> {}
9696

97-
export interface Column<D extends object = {}>
98-
extends UseFiltersColumnOptions<D>,
99-
UseGroupByColumnOptions<D>,
100-
UseResizeColumnsColumnOptions<D>,
101-
UseSortByColumnOptions<D> {}
102-
10397
export interface ColumnInstance<D extends object = {}>
10498
extends UseFiltersColumnProps<D>,
10599
UseGroupByColumnProps<D>,

0 commit comments

Comments
 (0)