UNPKG

@aurigma/design-atoms-interfaces

Version:

10 lines (9 loc) 252 B
import { IQueryOptions } from "../../Types"; export interface ITransformItemsCommandArgs<TItem, TMatrix> { items?: TItem[]; query?: string; queryOptions?: IQueryOptions; matrix: TMatrix; finished?: boolean; newAngle?: number; }