UNPKG

@oceanbase-odc/ob-react-data-grid

Version:

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

4 lines 229 B
export type compareFunction<T> = (prev: T | undefined, next: T) => boolean; declare function usePrevious<T>(state: T, compare?: compareFunction<T>): T | undefined; export { usePrevious }; //# sourceMappingURL=usePrevious.d.ts.map