@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
17 lines (16 loc) • 653 B
TypeScript
/**
* Wizard 表单向导 组件。
*
* @public
*/
declare const _default: import("vue").DefineComponent<{
[x: string]: any;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("stateChange" | "update:currentPageId")[], "stateChange" | "update:currentPageId", import("vue").PublicProps, Readonly<{
[x: string]: any;
}> & Readonly<{
onStateChange?: ((...args: any[]) => any) | undefined;
"onUpdate:currentPageId"?: ((...args: any[]) => any) | undefined;
}>, {
[x: string]: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;