UNPKG

@deskdirector/push-events

Version:

chat utilities for DeskDirector chat

7 lines (6 loc) 269 B
export declare const LogStyle: { readonly Info: "background: lightblue; color: black"; readonly Warn: "background: darkorange; color: white"; readonly Error: "background: tomato; color: white"; readonly Debug: "background: blueviolet; color: white"; };