Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react';
import { CellProps } from './typings';
declare class Cell extends React.PureComponent<CellProps> {
static defaultProps: {};
render(): JSX.Element;
}
export { Cell };
export default Cell;