Skip to content

Commit a080f55

Browse files
committed
update
1 parent 1b0d5f6 commit a080f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ declare module 'react-base-table' {
626626

627627
export function normalizeColumns(elements: React.ReactNode[]): ColumnShape<any>[];
628628

629-
export function isObjectEqual(objA: any, objB: any, ignoreFunction?: boolean): boolean;
629+
export function isObjectEqual(objA: object, objB: object, ignoreFunction?: boolean): boolean;
630630

631631
export function callOrReturn<T, P = any[]>(funcOrValue: CallOrReturn<T, P>, ...args: P): T;
632632

0 commit comments

Comments
 (0)