summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/display-html.ts
blob: aa2c0c89778709b1910bae4d32c14e8670cacba0 (plain)
1
2
3
4
5
6
7
8
9
10
export interface DisplayHtml {
    'font-weight': string;
    'font-style': string;
    'text-decoration': string;
    'background-color': string;
    'color': string;
    'font-family': string;
    'font-size': string;
    'text-align': string;
}