UNPKG

igniteui-react-core

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