ReactReact-universalStyledConsoleArgs이 페이지에서StyledConsoleArgsSignature type StyledConsoleArgs = { topic?: string; title?: string; data: unknown; topicColor?: CSSProperties['color']; method?: 'log' | 'warn' | 'error' | 'info'; errors?: string;};