UNPKG

storybook-addon-performance

Version:

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

8 lines (6 loc) 155 B
// src/panel/service-context.ts import React from "react"; var service_context_default = React.createContext(null); export { service_context_default };