mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-28 08:43:02 +08:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Col from './Col';
|
|
|
|
const Col = withInstall<typeof _Col>(_Col);
|
|
|
|
export default Col;
|
|
export { Col };
|