UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

37 lines (36 loc) 1.61 kB
import type { Plugin } from 'vue'; import FStep from './src/step.component'; export * from './src/step.props'; export { FStep, FStep as Step }; declare const _default: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{ [x: string]: any; }> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], 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<{ onClick?: ((...args: any[]) => any) | undefined; }>, () => any, {}, {}, {}, { [x: string]: any; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase<Readonly<{ [x: string]: any; }> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { [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;