@surveycake/rc
Version:
react component of surveycake
26 lines (25 loc) • 502 B
TypeScript
/**
* @deprecated since version 3.0.0-alpha.58, please use theme.palette[name] lighter or lightest keywords
*/
export declare const exclusiveColor: {
primary: {
light2: string;
light3: string;
};
secondary: {
light2: string;
light3: string;
};
error: {
light2: string;
};
success: {
light2: string;
};
warning: {
light2: string;
};
info: {
light2: string;
};
};