UNPKG

storybook-addon-performance

Version:

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

8 lines (5 loc) 220 B
import { MachineEvents } from './machine.js'; import 'xstate'; import '../types.js'; declare function nextEventsInclude(name: MachineEvents['type'], events: string[]): boolean; export { nextEventsInclude as default };