src/components/cell/index.js
/**
* @author haw
*/
import '../base';
import './style';
export CellsTitle from './CellsTitle';
export Cells from './Cells';
export Cell from './Cell';
export CellHeader from './CellHeader';
export CellBody from './CellBody';
export CellDesc from './CellDesc';
export CellFooter from './CellFooter';