carpooluikit
Version:
carpool finance uikit
54 lines (53 loc) • 1.05 kB
TypeScript
export declare const scaleVariants: {
md: {
height: string;
padding: string;
};
sm: {
height: string;
padding: string;
};
xs: {
height: string;
fontSize: string;
padding: string;
};
};
export declare const styleVariants: {
primary: {
backgroundColor: string;
color: string;
};
secondary: {
backgroundColor: string;
border: string;
borderColor: string;
boxShadow: string;
color: string;
":disabled": {
backgroundColor: string;
};
};
tertiary: {
backgroundColor: string;
boxShadow: string;
color: string;
};
subtle: {
backgroundColor: string;
color: string;
};
danger: {
backgroundColor: string;
color: string;
};
success: {
backgroundColor: string;
color: string;
};
text: {
backgroundColor: string;
color: string;
boxShadow: string;
};
};