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

Properties

Properties

text: string