UNPKG

react-tabulator

Version:

React Tabulator is based on tabulator - a JS table library with many advanced features.

5 lines (4 loc) 314 B
export declare function clone(obj: any): any; export declare function isSameArray(a: any[], b: any[]): boolean; export declare function isSameObject(a: any, b: any): boolean; export declare function reactFormatter(JSX: any): (cell: any, formatterParams: any, onRendered: (callback: () => void) => void) => string;