UNPKG

@aurigma/design-atoms-interfaces

Version:

5 lines (4 loc) 146 B
export interface IReplaceGroupItemContentCommandArgs<TItem, TGroupItem> { newItems: TItem[] | null; targetGroupItem: TGroupItem | null; }