@mtec-solutions-org/design-system
Version:
A React Native Web design system library with theme and components
17 lines • 423 B
TypeScript
export declare const SPINNER_COLORS: {
readonly primary: "white";
readonly secondary: "text";
readonly outline: "primary";
readonly ghost: "primary";
};
export declare const SPINNER_SIZES: {
readonly sm: 14;
readonly md: 16;
readonly lg: 18;
};
export declare const SPINNER_WIDTHS: {
readonly sm: 1.5;
readonly md: 2;
readonly lg: 2;
};
//# sourceMappingURL=Button.constants.d.ts.map