UNPKG

@aurigma/design-atoms-interfaces

Version:

9 lines (8 loc) 244 B
import { IQueryOptions } from "../../Types"; export interface IPlaceholderContentScaleCommandArgs<TItem> { items?: TItem[]; query?: string; queryOptions?: IQueryOptions; scale: number; forceQualityChangeInfoBar?: boolean; }