UNPKG

storybook-addon-performance

Version:

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

6 lines (3 loc) 179 B
import { TimedControls } from '../types.js'; declare function withDuration(fn: (controls: TimedControls) => Promise<void>): Promise<number>; export { withDuration as default };