UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines (5 loc) 320 B
export declare const SLIDER_CLASS_NAME = "slider"; /** * @todo Support click to reset after fix click and dragend conflict. */ export declare function SliderFilter({ initDomain, className, prefix, setValue, hasState, wait, leading, trailing, getInitValues, }: any): (context: any, _: any, emitter: any) => () => void;