UNPKG

storybook-addon-performance

Version:

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

9 lines (6 loc) 260 B
import { AllowedGroup, PublicInteractionTask, TaskGroup } from '../types.js'; declare function getGroups({ allowedGroups, interactions, }: { allowedGroups: AllowedGroup[]; interactions: PublicInteractionTask[]; }): TaskGroup[]; export { getGroups };