UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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