UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

4 lines (3 loc) 235 B
import type { IColorStop } from '@visactor/vrender-core'; export declare const isStopsEqual: (prev: IColorStop[], next: IColorStop[]) => boolean; export declare const isSegmentAttrEqual: (prev: any, next: any, key: string) => boolean;