UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

9 lines (8 loc) 218 B
import * as React from 'react'; import './Narrow.css'; export declare type NarrowProps = { className?: string; }; export declare class Narrow extends React.PureComponent<NarrowProps> { render(): JSX.Element; }