ze-react-component-library
Version:
ZeroETP React Component Library
17 lines (16 loc) • 680 B
TypeScript
import { exportTableToExcel } from "../util";
import { queryToTreeRules, treeRulesToDefaultQuery } from "./rule.util";
declare const _default: {
getFormatter: (property: import("zeroetp-api-sdk").PropertyType) => any;
pivotData: (data: any[], config: {
cols: string[];
rows: string[];
values: string[];
}) => any[];
basicValueDisplay: (oldV: any, t?: (s: string) => string) => any;
exportTableToExcel: typeof exportTableToExcel;
getExportFileName: (filename?: string, suffix?: string) => string;
queryToTreeRules: typeof queryToTreeRules;
treeRulesToDefaultQuery: typeof treeRulesToDefaultQuery;
};
export default _default;