@antv/g2
Version:
the Grammar of Graphics in Javascript
9 lines (8 loc) • 329 B
TypeScript
import { CompositionComponent as CC } from '../runtime';
import { RepeatMatrixComposition } from '../spec';
export type RepeatMatrixOptions = Omit<RepeatMatrixComposition, 'type'>;
/**
* @todo Layout mode: layer, row, col...
* @todo Specify show axis or not.
*/
export declare const RepeatMatrix: CC<RepeatMatrixComposition>;