7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Col from './Col';
|
|
|
|
export const Col = withInstall(_Col);
|
|
export default Col;
|
|
export type { ColProps } from './Col';
|