@ansible/ansible-ui-framework
Version:
A framework for building applications using PatternFly.
17 lines (16 loc) • 399 B
TypeScript
export declare function usePageChartColors(): {
successfulColor: string;
failedColor: string;
errorColor: string;
warningColor: string;
canceledColor: string;
blueColor: string;
yellowColor: string;
purpleColor: string;
orangeColor: string;
redColor: string;
cyanColor: string;
greenColor: string;
greyColor: string;
chartColors: string[];
};