We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7745f82 commit 798db6cCopy full SHA for 798db6c
frontend/src/components/Table/react-table-config.d.ts
@@ -52,9 +52,8 @@ import {
52
declare module "react-table" {
53
// take this file as-is, or comment out the sections that don't apply to your plugin configuration
54
55
- export interface TableOptions<
56
- D extends Record<string, unknown>,
57
- > extends UseExpandedOptions<D>,
+ export interface TableOptions<D extends Record<string, unknown>>
+ extends UseExpandedOptions<D>,
58
UseFiltersOptions<D>,
59
UseGlobalFiltersOptions<D>,
60
UseGroupByOptions<D>,
0 commit comments