UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

19 lines (18 loc) 858 B
import type { Meta, StoryObj } from '@storybook/react'; import Notifications from './Notifications'; declare const meta: Meta<typeof Notifications>; export default meta; declare type Story = StoryObj<typeof Notifications>; export declare const WithoutNewNotifications: Story; export declare const WithNewNotificatitons: Story; export declare const Onboarding: Story; export declare const OpenNotLoading: Story; export declare const OpenNotLoadingButEmpty: Story; export declare const OpenLoading: Story; export declare const NotificationItemImageStory: Story; export declare const GovernanceNotifications: Story; export declare const LandNotifications: Story; export declare const RewardNotifications: Story; export declare const CampaignNotifications: Story; export declare const EventsNotifications: Story; export declare const WorldsNotifications: Story;