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 0f04bf7 commit 26aaafcCopy full SHA for 26aaafc
types/index.d.ts
@@ -547,5 +547,5 @@ declare module 'react-base-table' {
547
export type isObjectEqual = (objA: object, objB: object) => boolean;
548
export type hasChildren = (data: { children: any[] | undefined }) => boolean;
549
export type getValue = (obj: object, path: string, defaultValue: any) => any;
550
- export type normalizeColumns = (elements: React.ReactElement) => React.ReactElement[];
+ export type normalizeColumns = (elements: React.ReactElement[]) => React.ReactElement[];
551
}
0 commit comments