2026-09-21 19:12:38 +08:00
|
|
|
import Progress from './src/progress.vue';
|
|
|
|
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
|
|
|
|
export declare const ElProgress: SFCWithInstall<typeof Progress>;
|
|
|
|
|
export default ElProgress;
|
|
|
|
|
export * from './src/progress';
|