Interface SubHeader

interface SubHeader {
    style?: Style;
    text: string;
}

Properties

Properties

style?: Style
text: string