UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

37 lines (36 loc) 939 B
export declare enum Color { Primary = "primary", Accent = "accent", Secondary = "secondary", Alternate1 = "alternate1", Alternate2 = "alternate2", Alternate3 = "alternate3", Vibrant1 = "vibrant1", Vibrant2 = "vibrant2", Grey1 = "grey1", Grey2 = "grey2", Grey3 = "grey3", Grey4 = "grey4", Grey5 = "grey5", Grey6 = "grey6", Grey7 = "grey7", Grey8 = "grey8", Chart1 = "chart1", Chart2 = "chart2", Chart3 = "chart3", Chart4 = "chart4", Chart5 = "chart5", Chart6 = "chart6", Ok = "ok", Warning = "warning", Critical = "critical", Partition1 = "partition1", Partition9 = "partition9", Partition10 = "partition10", Partition11 = "partition11", Partition12 = "partition12", Partition13 = "partition13", Partition14 = "partition14", SocialChartNode = "social-chart-node", SocialChartEdge = "social-chart-edge" }