copper-ui
Version: 
Modern React UI components library with TypeScript support, built on top of Ant Design
7 lines • 319 B
TypeScript
import { TTableColumn } from '../../model/col.types';
import { TTableItem } from '../../model/table.types';
export declare const parseColumnsToSortOptions: <TItem extends TTableItem>(cols: readonly TTableColumn<TItem>[]) => {
    value: string;
    label: string;
}[];
//# sourceMappingURL=cols-to-sort-options.d.ts.map