UNPKG

@zendesk/react-measure-timing-hooks

Version:

react hooks for measuring time to interactive and time to render of components

7 lines (6 loc) 216 B
import type { Meta, StoryObj } from '@storybook/react'; import { App } from './App'; declare const meta: Meta<typeof App>; export default meta; type Story = StoryObj<typeof App>; export declare const Primary: Story;