UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

11 lines (10 loc) 257 B
import * as React from 'react'; import './Empty.css'; export declare type EmptyProps = { height?: number; expand?: boolean; className?: string; }; export declare class Empty extends React.PureComponent<EmptyProps> { render(): JSX.Element; }