Repository URL to install this package:
import React from 'react'; import { RowProps } from './typings'; declare class Row extends React.PureComponent<RowProps> { render(): JSX.Element; } export { Row }; export default Row;