UNPKG

storybook-addon-performance

Version:

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

5 lines (3 loc) 164 B
declare function bytesToKiloBytes(bytes: number): string; declare function bytesToMegaBytes(bytes: number): string; export { bytesToKiloBytes, bytesToMegaBytes };