UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 335 B
import { ObservableCollection$1 } from "./ObservableCollection$1"; import { ToolCommandArgument } from "./ToolCommandArgument"; import { Type } from "./type"; /** * @hidden */ export declare class ToolCommandArgumentCollection extends ObservableCollection$1<ToolCommandArgument> { static $t: Type; constructor(); }