UNPKG

@aurigma/design-atoms-interfaces

Version:

9 lines (8 loc) 264 B
import { IQueryOptions } from "../../Types"; import { MultiSelectMode } from "./MultiSelectMode"; export interface ISelectItemsCommandArgs<TItem> { items?: TItem[]; query?: string; queryOptions?: IQueryOptions; multiSelectMode?: MultiSelectMode; }