UNPKG

rsuite

Version:

A suite of react components

4 lines (3 loc) 199 B
export declare const KEY_GROUP: string | symbol; export declare const KEY_GROUP_TITLE = "groupTitle"; export default function getDataGroupBy(data: any[] | undefined, key: string, sort?: any): any[];