decentraland-ui
Version:
Decentraland's UI components and styles
10 lines (9 loc) • 347 B
TypeScript
import type { Meta, StoryObj } from '@storybook/react';
import { Empty } from './Empty';
declare const meta: Meta<typeof Empty>;
export default meta;
declare type Story = StoryObj<typeof Empty>;
export declare const Example: Story;
export declare const WithLink: Story;
export declare const FixedHeight: Story;
export declare const Expand: Story;