interface TextWithEditModeState {
    editMode: boolean;
    text: string;
}

Properties

Properties

editMode: boolean
text: string