mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
12 lines
391 B
TypeScript
12 lines
391 B
TypeScript
import Steps from './src/steps.vue';
|
|
import Step from './src/item.vue';
|
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
|
export declare const ElSteps: SFCWithInstall<typeof Steps> & {
|
|
Step: typeof Step;
|
|
};
|
|
export default ElSteps;
|
|
export declare const ElStep: SFCWithInstall<typeof Step>;
|
|
export * from './src/item';
|
|
export * from './src/steps';
|
|
export * from './src/tokens';
|