UNPKG

@aurigma/design-atoms-interfaces

Version:

8 lines (7 loc) 210 B
import { IQueryOptions } from "../../Types"; export interface IPlaceholderContentRotateCommandArgs<TItem> { items?: TItem[]; query?: string; queryOptions?: IQueryOptions; clockwise?: boolean; }