| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- import type { CSSProperties, PropType } from 'vue';
- declare const _default: import("vue").DefineComponent<{
- trigger: import("vue-types").VueTypeValidableDef<any> & {
- default: any;
- };
- defaultVisible: {
- type: BooleanConstructor;
- default: any;
- };
- visible: {
- type: BooleanConstructor;
- default: any;
- };
- placement: import("vue-types").VueTypeValidableDef<string> & {
- default: string;
- } & {
- default: string;
- };
- transitionName: StringConstructor;
- animation: import("vue-types").VueTypeValidableDef<any>;
- afterVisibleChange: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
- default: (...args: any[]) => any;
- } & {
- default: (...args: any[]) => any;
- };
- overlayStyle: {
- type: PropType<CSSProperties>;
- default: CSSProperties;
- };
- overlayClassName: StringConstructor;
- prefixCls: import("vue-types").VueTypeValidableDef<string> & {
- default: string;
- } & {
- default: string;
- };
- mouseEnterDelay: import("vue-types").VueTypeValidableDef<number> & {
- default: number;
- } & {
- default: number;
- };
- mouseLeaveDelay: import("vue-types").VueTypeValidableDef<number> & {
- default: number;
- } & {
- default: number;
- };
- getPopupContainer: PropType<(triggerNode?: HTMLElement) => HTMLElement>;
- destroyTooltipOnHide: {
- type: BooleanConstructor;
- default: boolean;
- };
- align: import("vue-types").VueTypeValidableDef<{
- [key: string]: any;
- }> & {
- default: () => {
- [key: string]: any;
- };
- } & {
- default: () => {
- [key: string]: any;
- };
- };
- arrowContent: import("vue-types").VueTypeValidableDef<any> & {
- default: any;
- };
- tipId: StringConstructor;
- builtinPlacements: import("vue-types").VueTypeValidableDef<{
- [key: string]: any;
- }> & {
- default: () => {
- [key: string]: any;
- };
- };
- overlayInnerStyle: {
- type: PropType<CSSProperties>;
- default: CSSProperties;
- };
- popupVisible: {
- type: BooleanConstructor;
- default: any;
- };
- onVisibleChange: FunctionConstructor;
- onPopupAlign: FunctionConstructor;
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
- trigger: import("vue-types").VueTypeValidableDef<any> & {
- default: any;
- };
- defaultVisible: {
- type: BooleanConstructor;
- default: any;
- };
- visible: {
- type: BooleanConstructor;
- default: any;
- };
- placement: import("vue-types").VueTypeValidableDef<string> & {
- default: string;
- } & {
- default: string;
- };
- transitionName: StringConstructor;
- animation: import("vue-types").VueTypeValidableDef<any>;
- afterVisibleChange: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
- default: (...args: any[]) => any;
- } & {
- default: (...args: any[]) => any;
- };
- overlayStyle: {
- type: PropType<CSSProperties>;
- default: CSSProperties;
- };
- overlayClassName: StringConstructor;
- prefixCls: import("vue-types").VueTypeValidableDef<string> & {
- default: string;
- } & {
- default: string;
- };
- mouseEnterDelay: import("vue-types").VueTypeValidableDef<number> & {
- default: number;
- } & {
- default: number;
- };
- mouseLeaveDelay: import("vue-types").VueTypeValidableDef<number> & {
- default: number;
- } & {
- default: number;
- };
- getPopupContainer: PropType<(triggerNode?: HTMLElement) => HTMLElement>;
- destroyTooltipOnHide: {
- type: BooleanConstructor;
- default: boolean;
- };
- align: import("vue-types").VueTypeValidableDef<{
- [key: string]: any;
- }> & {
- default: () => {
- [key: string]: any;
- };
- } & {
- default: () => {
- [key: string]: any;
- };
- };
- arrowContent: import("vue-types").VueTypeValidableDef<any> & {
- default: any;
- };
- tipId: StringConstructor;
- builtinPlacements: import("vue-types").VueTypeValidableDef<{
- [key: string]: any;
- }> & {
- default: () => {
- [key: string]: any;
- };
- };
- overlayInnerStyle: {
- type: PropType<CSSProperties>;
- default: CSSProperties;
- };
- popupVisible: {
- type: BooleanConstructor;
- default: any;
- };
- onVisibleChange: FunctionConstructor;
- onPopupAlign: FunctionConstructor;
- }>>, {
- visible: boolean;
- prefixCls: string;
- align: {
- [key: string]: any;
- };
- trigger: any;
- popupVisible: boolean;
- builtinPlacements: {
- [key: string]: any;
- };
- mouseEnterDelay: number;
- mouseLeaveDelay: number;
- overlayInnerStyle: CSSProperties;
- arrowContent: any;
- defaultVisible: boolean;
- placement: string;
- afterVisibleChange: (...args: any[]) => any;
- overlayStyle: CSSProperties;
- destroyTooltipOnHide: boolean;
- }>;
- export default _default;
|