UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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