UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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