baseui
Version:
A React Component library implementing the Base design language
120 lines (119 loc) • 3.05 kB
TypeScript
export declare const deprecatedNeutralColorStates: {
disabled: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
primary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
secondary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
};
export declare const deprecatedPrimaryColorStates: {
disabled: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
primary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
secondary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
};
export declare const deprecatedBlueColorStates: {
disabled: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
primary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
secondary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
};
export declare const deprecatedGreenColorStates: {
disabled: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
primary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
secondary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
};
export declare const deprecatedYellowColorStates: {
disabled: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
primary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
secondary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
};
export declare const deprecatedRedColorStates: {
disabled: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
primary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
secondary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
};
export declare const deprecatedBrownColorStates: {
disabled: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
primary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
secondary: (theme: any, color: any) => {
color: any;
backgroundColor: any;
borderColor: any;
};
};