vant/src/cell-group/index.ts

8 lines
190 B
TypeScript

import { withInstall } from '../utils';
import _CellGroup from './CellGroup';
const CellGroup = withInstall<typeof _CellGroup>(_CellGroup);
export default CellGroup;
export { CellGroup };