@teamsparta/blog-system
Version:
20 lines (19 loc) • 461 B
TypeScript
export declare const device: {
mobile: string;
tablet: string;
desktop: string;
lessThanDesktop: string;
};
export declare const blogDefaultGray = "#6b6e72";
export declare const floatingCtaColorAndText: {
[serviceType: string]: {
color: string;
text: string;
};
};
export declare const strongTextColor: {
[serviceType: string]: string;
};
export declare const textBoxBgColor: {
[serviceType: string]: string;
};