@antv/g2
Version:
the Grammar of Graphics in Javascript
9 lines (8 loc) • 299 B
TypeScript
import { TransformComponent as TC } from '../runtime';
export type PackOptions = Record<string, unknown>;
/**
* Uniform pack to avid overlap.
* @todo Improve or change algorithm to increase space usage.
* @todo Take some special case into account.
*/
export declare const Pack: TC<PackOptions>;