UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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