mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
import { installable } from '../utils';
|
|
import _Cell from './Cell';
|
|
|
|
const Cell = installable(_Cell);
|
|
|
|
export default Cell;
|
|
export { Cell };
|