ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
110 lines (109 loc) • 4.18 kB
TypeScript
import { nextTick } from 'vue';
declare const _default: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {
visible: boolean;
scrollEvent: any;
};
$props: Partial<{
onClick: (...args: any[]) => any;
prefixCls: string;
target: (...args: any[]) => any;
visibilityHeight: number;
}> & Omit<Readonly<{
onClick: (...args: any[]) => any;
prefixCls: string;
target: (...args: any[]) => any;
visibilityHeight: number;
} & {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "onClick" | "prefixCls" | "target" | "visibilityHeight">;
$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: "click", ...args: any[]) => void;
$el: any;
$options: import("vue").ComponentOptionsBase<Readonly<{
onClick: (...args: any[]) => any;
prefixCls: string;
target: (...args: any[]) => any;
visibilityHeight: number;
} & {}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
}, {
visible: boolean;
scrollEvent: any;
}, {}, {
getCurrentScrollTop(): any;
scrollToTop(e: Event): void;
handleScroll(): void;
}, {
methods: {
setState(state: {}, callback: any): void;
__emit(...args: any[]): void;
};
}, import("vue").ComponentOptionsMixin, "click"[], string, {
onClick: (...args: any[]) => any;
prefixCls: string;
target: (...args: any[]) => any;
visibilityHeight: number;
}>;
$forceUpdate: import("vue").ReactiveEffect<any>;
$nextTick: typeof nextTick;
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
} & Readonly<{
onClick: (...args: any[]) => any;
prefixCls: string;
target: (...args: any[]) => any;
visibilityHeight: number;
} & {}> & import("vue").ShallowUnwrapRef<{
configProvider: import("../config-provider").ConfigConsumerProps;
}> & {
visible: boolean;
scrollEvent: any;
} & {
[x: string]: never;
} & {
setState(state: {}, callback: any): void;
__emit(...args: any[]): void;
} & {
getCurrentScrollTop(): any;
scrollToTop(e: Event): void;
handleScroll(): void;
} & import("vue").ComponentCustomProperties;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<{
onClick: (...args: any[]) => any;
prefixCls: string;
target: (...args: any[]) => any;
visibilityHeight: number;
} & {}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
}, {
visible: boolean;
scrollEvent: any;
}, {}, {
getCurrentScrollTop(): any;
scrollToTop(e: Event): void;
handleScroll(): void;
}, {
methods: {
setState(state: {}, callback: any): void;
__emit(...args: any[]): void;
};
}, import("vue").ComponentOptionsMixin, "click"[], "click", {
onClick: (...args: any[]) => any;
prefixCls: string;
target: (...args: any[]) => any;
visibilityHeight: number;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
export default _default;