carpooluikit
Version:
carpool finance uikit
36 lines (35 loc) • 661 B
TypeScript
export declare const scaleVariants: {
md: {
height: string;
padding: string;
fontSize: string;
};
sm: {
height: string;
padding: string;
fontSize: string;
};
};
export declare const styleVariants: {
primary: {
backgroundColor: string;
};
secondary: {
backgroundColor: string;
};
success: {
backgroundColor: string;
};
textDisabled: {
backgroundColor: string;
};
textSubtle: {
backgroundColor: string;
};
binance: {
backgroundColor: string;
};
failure: {
backgroundColor: string;
};
};