igniteui-react-grids
Version:
Ignite UI React grid components.
9 lines (8 loc) • 574 B
TypeScript
import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
import { ResponsivePhase as ResponsivePhase_internal } from './ResponsivePhase';
import { IgrResponsivePhase as IgrResponsivePhase } from './igr-responsive-phase';
export declare class IgrResponsivePhasesCollection extends IgCollection<IgrResponsivePhase, ResponsivePhase_internal> {
constructor(list?: IgrResponsivePhase[]);
protected _createInnerColl(): SyncableObservableCollection$2<IgrResponsivePhase, ResponsivePhase_internal>;
}