import './log.css'; export interface IPrintLogProps { items: unknown[] } export function PrintLog({ items }: IPrintLogProps) { return (