UNPKG

@antv/f2

Version:

Charts for mobile visualization.

6 lines (5 loc) 289 B
import { JSX } from './jsx-namespace'; declare function render(element: JSX.Element, container: any, animate?: boolean, px2hd?: (value: any) => any): any; export { render }; declare const _default: (element: JSX.Element, container: any, animate?: boolean) => any; export default _default;