UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

10 lines (9 loc) 360 B
import type { Meta, StoryObj } from '@storybook/react'; import { Blockie } from './Blockie'; declare const meta: Meta<typeof Blockie>; export default meta; declare type Story = StoryObj<typeof Blockie>; export declare const Single: Story; export declare const Scales: Story; export declare const CircularShape: Story; export declare const InAParagraph: Story;