@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
45 lines (44 loc) • 2.25 kB
TypeScript
import type { Plugin } from 'vue';
import FWizard from './src/wizard.component';
import FWizardPage from './src/component/wizard-page.component';
import FWizardPageDetail from './src/component/page-detail.component';
export * from './src/wizard.props';
export * from './src/component/wizard-page.props';
export * from './src/component/page-detail.props';
export * from './src/composition/use-wizard';
export { FWizard, FWizardPageDetail, FWizardPage };
declare const _default: {
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
[x: string]: any;
}> & Readonly<{
onStateChange?: ((...args: any[]) => any) | undefined;
"onUpdate:currentPageId"?: ((...args: any[]) => any) | undefined;
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("stateChange" | "update:currentPageId")[], import("vue").PublicProps, {
[x: string]: any;
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{
[x: string]: any;
}> & Readonly<{
onStateChange?: ((...args: any[]) => any) | undefined;
"onUpdate:currentPageId"?: ((...args: any[]) => any) | undefined;
}>, () => any, {}, {}, {}, {
[x: string]: any;
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<{
[x: string]: any;
}> & Readonly<{
onStateChange?: ((...args: any[]) => any) | undefined;
"onUpdate:currentPageId"?: ((...args: any[]) => any) | undefined;
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("stateChange" | "update:currentPageId")[], "stateChange" | "update:currentPageId", {
[x: string]: any;
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin;
export default _default;