UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

80 lines (79 loc) 3.31 kB
/** @format */ import BasicTitle from './basic-title'; export { BasicTitle }; declare const _default: { new (...args: any[]): { $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{ span: boolean; title: string; prefixCls: string; helpMessage: string | string[]; resetable: boolean; }> & Omit<Readonly<{ span: boolean; title: string; prefixCls: string; helpMessage: string | string[]; resetable: boolean; } & {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "span" | "title" | "prefixCls" | "helpMessage" | "resetable">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase<Readonly<{ span: boolean; title: string; prefixCls: string; helpMessage: string | string[]; resetable: boolean; } & {}>, { prefixClsNew: import("vue").ComputedRef<string>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, { span: boolean; title: string; prefixCls: string; helpMessage: string | string[]; resetable: boolean; }>; $forceUpdate: import("vue").ReactiveEffect<any>; $nextTick: typeof import("vue").nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle; } & Readonly<{ span: boolean; title: string; prefixCls: string; helpMessage: string | string[]; resetable: boolean; } & {}> & import("vue").ShallowUnwrapRef<{ prefixClsNew: import("vue").ComputedRef<string>; }> & {} & {} & import("vue").ComponentCustomProperties; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase<Readonly<{ span: boolean; title: string; prefixCls: string; helpMessage: string | string[]; resetable: boolean; } & {}>, { prefixClsNew: import("vue").ComputedRef<string>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, { span: boolean; title: string; prefixCls: string; helpMessage: string | string[]; resetable: boolean; }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin; export default _default;