UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

44 lines (43 loc) 3.29 kB
import { ComponentStory, ComponentMeta } from '@storybook/react'; import { WearablePreview } from './WearablePreview'; import './WearablePreview.stories.css'; declare const _default: ComponentMeta<typeof WearablePreview>; export default _default; export declare const PreviewAnItem: ComponentStory<typeof WearablePreview>; export declare const PreviewAToken: ComponentStory<typeof WearablePreview>; export declare const PreviewATokenFromMumbai: ComponentStory<typeof WearablePreview>; export declare const PreviewATextureWearable: ComponentStory<typeof WearablePreview>; export declare const UsingCustomSkin: ComponentStory<typeof WearablePreview>; export declare const UsingCustomHair: ComponentStory<typeof WearablePreview>; export declare const UsingCustomShape: ComponentStory<typeof WearablePreview>; export declare const UsingAProfile: ComponentStory<typeof WearablePreview>; export declare const UsingAProfileEmote: ComponentStory<typeof WearablePreview>; export declare const UsingAWearablePreviewProfileEmote: ComponentStory<typeof WearablePreview>; export declare const UsingStaticCamera: ComponentStory<typeof WearablePreview>; export declare const UsingOnLoadCallback: ComponentStory<typeof WearablePreview>; export declare const UsingOnErrorCallback: ComponentStory<typeof WearablePreview>; export declare const UseAsHero: ComponentStory<typeof WearablePreview>; export declare const WithHotReload: ComponentStory<typeof WearablePreview>; export declare const FromUrl: ComponentStory<typeof WearablePreview>; export declare const FromBase64: ComponentStory<typeof WearablePreview>; export declare const WithoutAutoRotation: ComponentStory<typeof WearablePreview>; export declare const WithoutBackgroundOrTransparentBackground: ComponentStory<typeof WearablePreview>; export declare const WithCustomBackgroundColor: ComponentStory<typeof WearablePreview>; export declare const TakeScreenshotAndMetrics: ComponentStory<typeof WearablePreview>; export declare const WithTranslationControls: ComponentStory<typeof WearablePreview>; export declare const WithZoomControls: ComponentStory<typeof WearablePreview>; export declare const WithEmoteControls: ComponentStory<typeof WearablePreview>; export declare const WithSound: ComponentStory<typeof WearablePreview>; export declare const EmoteEvents: ComponentStory<typeof WearablePreview>; export declare const PreviewFromAFile: ComponentStory<typeof WearablePreview>; export declare const EmoteThumbnailPicker: ComponentStory<typeof WearablePreview>; export declare const WithOffset: ComponentStory<typeof WearablePreview>; export declare const CameraFromTheFront: ComponentStory<typeof WearablePreview>; export declare const CameraFromTheTop: ComponentStory<typeof WearablePreview>; export declare const DifferentProjections: ComponentStory<typeof WearablePreview>; export declare const CustomPeerUrl: ComponentStory<typeof WearablePreview>; export declare const WithoutFadeEffect: ComponentStory<typeof WearablePreview>; export declare const WithoutPanning: ComponentStory<typeof WearablePreview>; export declare const WithLockedAlpha: ComponentStory<typeof WearablePreview>; export declare const WithLockedBeta: ComponentStory<typeof WearablePreview>; export declare const WithLockedRadius: ComponentStory<typeof WearablePreview>;