Files
vant/src/cell/index.ts
2021-03-08 11:50:37 +08:00

8 lines
141 B
TypeScript

import { installable } from '../utils';
import _Cell from './Cell';
const Cell = installable(_Cell);
export default Cell;
export { Cell };