Files
vant/src/col/index.ts
T

8 lines
135 B
TypeScript

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