UNPKG

reablocks

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