decentraland-ui
Version:
Decentraland's UI components and styles
19 lines (18 loc) • 797 B
TypeScript
import type { Meta, StoryObj } from '@storybook/react';
import { Profile } from './Profile';
import './Profile.stories.css';
declare const meta: Meta<typeof Profile>;
export default meta;
declare type Story = StoryObj<typeof Profile>;
export declare const NoAvatar: Story;
export declare const Avatar: Story;
export declare const AvatarWithoutName: Story;
export declare const AvatarWithAnUnclaimedName: Story;
export declare const ImageOnly: Story;
export declare const TextOnly: Story;
export declare const Inline: Story;
export declare const Decentraland: Story;
export declare const SlicedAddress: Story;
export declare const Sizes: Story;
export declare const ProfileWithAvatarAndContentLinkedToAnotherSite: Story;
export declare const ProfileWithBlockieAndContentLinkedToAnotherSite: Story;