6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Col from './Col';
|
|
|
|
export const Col = withInstall(_Col);
|
|
export default Col;
|