UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 498 B
import { SeriesViewerSelectedSeriesItemsChangedEventArgsDescription } from "./SeriesViewerSelectedSeriesItemsChangedEventArgsDescription"; import { Type } from "./type"; /** * @hidden */ export declare class SeriesViewerSelectedSeriesItemsChangingEventArgsDescription extends SeriesViewerSelectedSeriesItemsChangedEventArgsDescription { static $t: Type; protected get_type(): string; constructor(); private o; get cancel(): boolean; set cancel(a: boolean); }