index.d.ts 232 B

123456
  1. import Row from './src/row.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElRow: SFCWithInstall<typeof Row>;
  4. export default ElRow;
  5. export * from './src/row';
  6. export * from './src/constants';