decentraland-ui
Version:
Decentraland's UI components and styles
12 lines (11 loc) • 501 B
TypeScript
import type { Meta, StoryObj } from '@storybook/react';
import { BarChart } from './BarChart';
declare const meta: Meta<typeof BarChart>;
export default meta;
declare type Story = StoryObj<typeof BarChart>;
export declare const LoadingData: Story;
export declare const NoUpperBound: Story;
export declare const WithA5MUpperBound: Story;
export declare const WithMinPriceAndMaxPriceDefined: Story;
export declare const WithMANACurrency: Story;
export declare const WithNoDecimalsForSmallRanges: Story;