UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

7 lines (6 loc) 213 B
import { HierarchyOption } from './types'; declare type Options = Omit<HierarchyOption, 'as'> & { as?: [string, string, string]; }; export declare function pack(data: any, options: Options): any[]; export {};