mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-26 21:59:44 +08:00
9 lines
205 B
TypeScript
9 lines
205 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Cell from './Cell';
|
|
|
|
const Cell = withInstall<typeof _Cell>(_Cell);
|
|
|
|
export default Cell;
|
|
export { Cell };
|
|
export type { CellArrowDirection } from './Cell';
|