interface InputItem {
    style: TextItemStyle;
    text: string;
}

Properties

Properties

style: TextItemStyle
text: string