UNPKG

reablocks

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