@impossiblefinance/uikit
Version:
Set of UI components for impossible projects
60 lines (59 loc) • 1.19 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;
};
toastAction: {
backgroundColor: string;
color: string;
boxShadow: string;
padding: number;
};
};