index.d.ts 199 B

12345
  1. import Col from './src/col.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElCol: SFCWithInstall<typeof Col>;
  4. export default ElCol;
  5. export * from './src/col';