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