@antv/s2
Version:
effective spreadsheet render core lib
15 lines (14 loc) • 343 B
TypeScript
export declare const getSortMethod: () => {
name: string;
value: string;
}[];
export declare const getSortRuleOptions: () => ({
label: string;
value: string;
children?: undefined;
} | {
label: string;
value: string;
children: never[];
})[];
export declare const ADVANCED_SORT_PRE_CLS = "antv-s2-advanced-sort";