UNPKG

storybook-addon-performance

Version:

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

4 lines (2 loc) 129 B
declare function withContainer<T>(fn: (container: HTMLElement) => Promise<T>): Promise<T>; export { withContainer as default };