@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
131 lines (130 loc) • 4.54 kB
TypeScript
/** @format */
import BasicHelp from './src/basic-help';
export { BasicHelp };
declare const _default: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
prefixCls: string;
color: string;
absolute: boolean;
position: {
position: string;
left: number;
bottom: number;
};
placement: string;
maxWidth: string;
showIndex: boolean;
fontSize: string;
}> & Omit<Readonly<{
prefixCls: string;
color: string;
absolute: boolean;
position: {
position: string;
left: number;
bottom: number;
};
placement: string;
maxWidth: string;
showIndex: boolean;
fontSize: string;
} & {
text?: string | string[];
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "prefixCls" | "color" | "absolute" | "position" | "placement" | "maxWidth" | "showIndex" | "fontSize">;
$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<{
prefixCls: string;
color: string;
absolute: boolean;
position: {
position: string;
left: number;
bottom: number;
};
placement: string;
maxWidth: string;
showIndex: boolean;
fontSize: string;
} & {
text?: string | string[];
}>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
prefixCls: string;
color: string;
absolute: boolean;
position: {
position: string;
left: number;
bottom: number;
};
placement: string;
maxWidth: string;
showIndex: boolean;
fontSize: string;
}>;
$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<{
prefixCls: string;
color: string;
absolute: boolean;
position: {
position: string;
left: number;
bottom: number;
};
placement: string;
maxWidth: string;
showIndex: boolean;
fontSize: string;
} & {
text?: string | string[];
}> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<{
prefixCls: string;
color: string;
absolute: boolean;
position: {
position: string;
left: number;
bottom: number;
};
placement: string;
maxWidth: string;
showIndex: boolean;
fontSize: string;
} & {
text?: string | string[];
}>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
prefixCls: string;
color: string;
absolute: boolean;
position: {
position: string;
left: number;
bottom: number;
};
placement: string;
maxWidth: string;
showIndex: boolean;
fontSize: string;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
export default _default;