@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
93 lines (92 loc) • 3.55 kB
TypeScript
/** @format */
import BasicArrow from './basic-arrow';
export { BasicArrow };
declare const _default: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
top: boolean;
bottom: boolean;
prefixCls: string;
inset: boolean;
expand: boolean;
helpMessage: string;
}> & Omit<Readonly<{
top: boolean;
bottom: boolean;
prefixCls: string;
inset: boolean;
expand: boolean;
helpMessage: string;
} & {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "top" | "bottom" | "prefixCls" | "inset" | "expand" | "helpMessage">;
$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<{
top: boolean;
bottom: boolean;
prefixCls: string;
inset: boolean;
expand: boolean;
helpMessage: string;
} & {}>, {
getClass: import("vue").ComputedRef<(string | {
[x: string]: boolean;
})[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
top: boolean;
bottom: boolean;
prefixCls: string;
inset: boolean;
expand: boolean;
helpMessage: 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<{
top: boolean;
bottom: boolean;
prefixCls: string;
inset: boolean;
expand: boolean;
helpMessage: string;
} & {}> & import("vue").ShallowUnwrapRef<{
getClass: import("vue").ComputedRef<(string | {
[x: string]: boolean;
})[]>;
}> & {} & {} & import("vue").ComponentCustomProperties;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<{
top: boolean;
bottom: boolean;
prefixCls: string;
inset: boolean;
expand: boolean;
helpMessage: string;
} & {}>, {
getClass: import("vue").ComputedRef<(string | {
[x: string]: boolean;
})[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
top: boolean;
bottom: boolean;
prefixCls: string;
inset: boolean;
expand: boolean;
helpMessage: string;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
export default _default;