UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

10 lines (9 loc) 220 B
import { CategoryFrame } from "./CategoryFrame"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class RadialFrame extends CategoryFrame { static $t: Type; constructor(a: number); }