You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
361 B

1 month ago
  1. import Steps from './src/steps.vue';
  2. import Step from './src/item.vue';
  3. import type { SFCWithInstall } from 'element-plus/es/utils';
  4. export declare const ElSteps: SFCWithInstall<typeof Steps> & {
  5. Step: typeof Step;
  6. };
  7. export default ElSteps;
  8. export declare const ElStep: SFCWithInstall<typeof Step>;
  9. export * from './src/item';
  10. export * from './src/steps';