UNPKG

reablocks

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