본문으로 건너뛰기

StyledConsoleArgs

Signature

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