interface Styles {
    arrowColor?: string;
    frameColor?: string;
    headerBackgroundColor?: string;
    primaryHeadingColor?: string;
    secondaryHeadingColor?: string;
}

Properties

arrowColor?: string
frameColor?: string
headerBackgroundColor?: string
primaryHeadingColor?: string
secondaryHeadingColor?: string