decentraland-ui
Version:
Decentraland's UI components and styles
46 lines (45 loc) • 1.24 kB
TypeScript
import { Props } from './NFTCard.types';
import './NFTCard.css';
export declare const NFTCard: {
(props: 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;
};
};
};