UNPKG

storybook-addon-performance

Version:

A storybook addon to help better understand and debug performance for React components

9 lines (6 loc) 161 B
import { Task } from '../types.js'; declare function printError({ task, error }: { task: Task; error: any; }): void; export { printError as default };