UNPKG

angular-sunburst-radar-chart

Version:
6 lines (5 loc) 335 B
import { AngularSvgElement } from './models'; export declare function createCircle(options: any): AngularSvgElement; export declare function createLine(options: any): AngularSvgElement; export declare function createPath(options: any): AngularSvgElement; export declare function createPathForBar(options: any): AngularSvgElement;