UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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