StyledConsoleArgs
Signature
type StyledConsoleArgs = {
topic?: string;
title?: string;
data: unknown;
topicColor?: CSSProperties['color'];
method?: 'log' | 'warn' | 'error' | 'info';
errors?: string;
};
type StyledConsoleArgs = {
topic?: string;
title?: string;
data: unknown;
topicColor?: CSSProperties['color'];
method?: 'log' | 'warn' | 'error' | 'info';
errors?: string;
};