UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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