igniteui-react-core
Version:
Ignite UI React Core.
13 lines (12 loc) • 433 B
TypeScript
import { ObservableCollection$1 } from "./ObservableCollection$1";
import { GridLayoutSizeDefinition } from "./GridLayoutSizeDefinition";
import { EventArgs, Type } from "./type";
/**
* @hidden
*/
export declare class SizeDefinitionCollection extends ObservableCollection$1<GridLayoutSizeDefinition> {
static $t: Type;
constructor();
collectionResetting: (sender: any, e: EventArgs) => void;
protected p(): void;
}