UNPKG

storybook-addon-performance

Version:

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

4 lines (2 loc) 107 B
declare function mark<T>(taskName: string, fn: () => Promise<T>): Promise<T>; export { mark as default };