UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 281 B
import { LegendBaseDescription } from "./LegendBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class FinancialLegendDescription extends LegendBaseDescription { static $t: Type; protected get_type(): string; constructor(); }