UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

8 lines (7 loc) 470 B
import type { Condition, IconCondition } from '../../common/interface'; export declare const getIconPosition: (condition: IconCondition) => import("../../common/interface").IconPosition; export declare const getIntervalScale: (minValue?: number, maxValue?: number) => (current: number) => { zeroScale: number; scale: number; }; export declare const findFieldCondition: <T extends Condition<unknown>>(conditions: T[] | undefined, field: string) => T | undefined;