UNPKG

reablocks

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