UNPKG

@aurigma/design-atoms-interfaces

Version:

6 lines (5 loc) 214 B
import { ItemType } from "../../Types"; export interface IConvertTextItemCommandArgs<TBaseTextItem> { item: TBaseTextItem; to: ItemType.PlainTextItem | ItemType.BoundedTextItem | ItemType.ArchedTextItem; }