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