@broxus/js-core
Version:
MobX-based JavaScript Core library
14 lines (13 loc) • 938 B
TypeScript
export declare const successColor = "#3e8c3e";
export declare const warningColor = "#fab254";
export declare const errorColor = "#d33131";
export declare function labelStyle(color?: string): string;
export declare function getScanLink(address: string, networkId?: string): string;
export declare const baseLabelStyle: string;
export declare const successLabelStyle: string;
export declare const warningLabelStyle: string;
export declare const errorLabelStyle: string;
export declare const successTextStyle = "color: #3e8c3e; display: inline; font-weight: 400; font-family: monospace;";
export declare const warningTextStyle = "color: #fab254; display: inline; font-weight: 400; font-family: monospace;";
export declare const errorTextStyle = "color: #d33131; display: inline; font-weight: 400; font-family: monospace;";
export declare const inheritTextStyle = "color: inherit; display: inline; font-weight: 400; font-family: monospace;";