UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

4 lines (3 loc) 171 B
import type { GuideComponentComponent as GCC } from '../runtime'; export type LegendsOptions = Record<string, unknown>; export declare const Legends: GCC<LegendsOptions>;