| 12345678 |
- 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>;
|