UNPKG

@aurigma/design-atoms-interfaces

Version:

9 lines (8 loc) 240 B
import { IQueryOptions } from "../../Types"; export interface ITranslateItemCommandArgs<TItem> { items?: TItem[]; query?: string; queryOptions?: IQueryOptions; translateX: number | string; translateY: number | string; }