UNPKG

storybook-addon-performance

Version:

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

10 lines (7 loc) 275 B
import { StaticTask, StaticResult, Nullable } from '../../types.js'; declare function StaticResultView({ task, result, pinned, }: { task: StaticTask; result: StaticResult; pinned: Nullable<StaticResult>; }): JSX.Element; export { StaticResultView as default };