UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

9 lines (8 loc) 214 B
import { StoryObj } from '@storybook/html'; import { IconProps } from './Icon'; declare const meta: { title: string; }; export default meta; type Story = StoryObj<IconProps>; export declare const Icons: Story;