UNPKG

@ssplib/react-components

Version:
7 lines (6 loc) 234 B
import { Meta, StoryObj } from '@storybook/nextjs'; import { File } from '../components/detalhes/File'; declare const meta: Meta<typeof File>; export default meta; type Story = StoryObj<typeof File>; export declare const Base: Story;