UNPKG

@aurigma/design-atoms-interfaces

Version:

5 lines (4 loc) 122 B
export interface IEditPlaceholderCommandArgs<TPlaceholderItem> { placeholder: TPlaceholderItem; state: boolean; }