UNPKG

storybook-addon-performance

Version:

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

9 lines (6 loc) 204 B
import { Task, ErrorResult } from '../../types.js'; declare function ErrorResultView({ task, result }: { task: Task; result: ErrorResult; }): JSX.Element; export { ErrorResultView as default };