@opensig/opendesign
Version:
126 lines (125 loc) • 5.39 kB
TypeScript
import { App } from 'vue';
import { default as OStepItem } from './OStepItem.vue';
declare const OStep: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
direction: {
type: import('vue').PropType<import('..').DirectionT>;
default: string;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
direction: "h" | "v";
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
direction: {
type: import('vue').PropType<import('..').DirectionT>;
default: string;
};
}>> & Readonly<{}>, {}, {}, {}, {}, {
direction: "h" | "v";
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
direction: {
type: import('vue').PropType<import('..').DirectionT>;
default: string;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
direction: "h" | "v";
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
default?(_: {}): any;
};
}) & {
OStepItem: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly title: {
readonly type: StringConstructor;
};
readonly description: {
readonly type: StringConstructor;
};
readonly status: {
readonly type: import('vue').PropType<import('./types').StepItemStatusT>;
readonly default: "finished";
};
readonly stepIndex: {
readonly type: NumberConstructor;
readonly required: true;
};
readonly icon: {
readonly type: import('vue').PropType<boolean | import('vue').Component>;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
readonly status: "waiting" | "finished" | "failed" | "processing";
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
stepItemHeadRef: HTMLDivElement;
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly title: {
readonly type: StringConstructor;
};
readonly description: {
readonly type: StringConstructor;
};
readonly status: {
readonly type: import('vue').PropType<import('./types').StepItemStatusT>;
readonly default: "finished";
};
readonly stepIndex: {
readonly type: NumberConstructor;
readonly required: true;
};
readonly icon: {
readonly type: import('vue').PropType<boolean | import('vue').Component>;
};
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly status: "waiting" | "finished" | "failed" | "processing";
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly title: {
readonly type: StringConstructor;
};
readonly description: {
readonly type: StringConstructor;
};
readonly status: {
readonly type: import('vue').PropType<import('./types').StepItemStatusT>;
readonly default: "finished";
};
readonly stepIndex: {
readonly type: NumberConstructor;
readonly required: true;
};
readonly icon: {
readonly type: import('vue').PropType<boolean | import('vue').Component>;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly status: "waiting" | "finished" | "failed" | "processing";
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
icon?(_: {}): any;
title?(_: {}): any;
default?(_: {}): any;
};
});
install(app: App): void;
};
export { OStep, OStepItem };
export * from './types';