UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

10 lines (9 loc) 240 B
import * as React from 'react'; import './Center.css'; export declare type CenterProps = { screen?: boolean; className?: string; }; export declare class Center extends React.PureComponent<CenterProps> { render(): JSX.Element; }