decentraland-ui
Version:
Decentraland's UI components and styles
51 lines (50 loc) • 1.45 kB
TypeScript
import { ComponentMeta } from '@storybook/react';
declare const _default: ComponentMeta<{
(props: import("./NFTCard.types").Props): JSX.Element;
defaultProps: {
i18n: {
network: {
ethereum: string;
matic: string;
};
bodyShape: {
male: string;
female: string;
unisex: string;
};
playMode: {
loop: string;
once: string;
};
category: {
body_shape: string;
earring: string;
eyebrows: string;
eyes: string;
eyewear: string;
facial_hair: string;
feet: string;
head: string;
hair: string;
hat: string;
helmet: string;
lower_body: string;
mask: string;
mouth: string;
tiara: string;
top_head: string;
upper_body: string;
skin: string;
hands_wear: string;
};
withSound: string;
smart: string;
};
};
}>;
export default _default;
export declare const Wearable: any;
export declare const Emote: any;
export declare const Parcel: any;
export declare const Estate: any;
export declare const ENS: any;