@open-condo/ui
Version:
A set of React UI components for developing applications inside the condo ecosystem
49 lines • 945 B
TypeScript
/**
* This file was generated automatically
* Do not edit directly
*/
export interface ColorPalette {
white: string;
black: string;
brandGradient: {
[]: string;
};
green: {
[]: string;
};
red: {
[]: string;
};
yellow: {
[]: string;
};
orange: {
[]: string;
};
blue: {
[]: string;
};
purple: {
[]: string;
};
pink: {
[]: string;
};
brown: {
[]: string;
};
teal: {
[]: string;
};
cyan: {
[]: string;
};
gray: {
[]: string;
};
}
export declare class Convert {
static toColorPalette(json: string): ColorPalette;
static colorPaletteToJson(value: ColorPalette): string;
}
//# sourceMappingURL=colors.d.ts.map