interface Style {
    bold: boolean;
    color: string;
    italic: boolean;
}

Properties

Properties

bold: boolean
color: string
italic: boolean