Skip to content

Commit

Permalink
fix: typo in ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Jun 6, 2022
1 parent 15dfac0 commit 761f71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export interface Column<RowData extends object> {
columnDef: Column<RowData>;
// The columnId can be extracted from columnDef.tableData.id
onFilterChanged: (columnId: string, value: any) => void;
}) => RReact.ReactNode;
}) => React.ReactNode;
filterPlaceholder?: string;
filterCellStyle?: React.CSSProperties;
grouping?: boolean;
Expand Down

0 comments on commit 761f71d

Please sign in to comment.