UNPKG

storybook-addon-performance

Version:

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

13 lines (11 loc) 228 B
// src/events.ts var events_default = { START_ALL: "start all", START_ONE: "start one", FINISH_ALL: "finish all", FINISH_ONE: "finish one", PUBLISH_INTERACTIONS: "publish interactions" }; export { events_default };