UNPKG

@antv/f2

Version:

Charts for mobile visualization.

4 lines (3 loc) 192 B
import { JSX as JSXNamespace } from './jsx-namespace'; import { ElementType } from '../types'; export declare function jsx(type: ElementType, config: any, key?: string): JSXNamespace.Element;