UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 250 B
import { ShapeInfo } from '../../interface'; /** * @ignore * Determines whether model is change * @param currentModel * @param preModel * @returns */ export declare function isModelChange(currentModel: ShapeInfo, preModel: ShapeInfo): boolean;