UNPKG

angular-sunburst-radar-chart

Version:
9 lines (8 loc) 342 B
export declare function createSvgHandlerWithSelector(selectorName: any, center: any): { initPoint: number; cursorPoint(evt: any): any; startDrag(evt: any, initialPoint: any): void; updateInitPointFromCurrentPoint(currentPoint: any): void; getRotationAngle(evt: any): any; angleFromCenter(evt: any): number; };