UNPKG

storybook-addon-performance

Version:

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

6 lines (4 loc) 135 B
declare function getResultMap<T extends { taskName: string; }>(list: T[]): Record<string, T>; export { getResultMap as default };