interface DocXText {
    placeholder: string;
    text: string;
}

Properties

Properties

placeholder: string
text: string