@axentix/vue
Version:
Vue Axentix is the Axentix integration for the VueJS framework.
114 lines (113 loc) • 3.71 kB
TypeScript
export default _sfc_main;
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, import("@vue/composition-api").ShallowUnwrapRef<{
classes: import("@vue/composition-api").ComputedRef<{
active: boolean;
'dropdown-vp': any;
}>;
style: import("@vue/composition-api").ComputedRef<{
transitionDuration: string;
}>;
content: any;
contentStyle: import("@vue/composition-api").ComputedRef<{
display: string;
maxHeight: string | number;
}>;
onDocumentClick: () => void;
onTriggerClick: () => void;
animation: string;
listeners: {
[x: string]: Function;
};
}> & import("@vue/composition-api").Data, {}, {}, {
animationDuration: {
type: NumberConstructor;
default: number;
};
animationType: {
type: StringConstructor;
default: string;
validator: (val: unknown) => boolean;
};
constrainWidth: {
type: BooleanConstructor;
default: boolean;
};
contentClasses: {
type: StringConstructor;
default: string;
};
autoClose: {
type: BooleanConstructor;
default: boolean;
};
preventViewport: {
type: BooleanConstructor;
default: boolean;
};
}, import("@vue/composition-api").ExtractPropTypes<{
animationDuration: {
type: NumberConstructor;
default: number;
};
animationType: {
type: StringConstructor;
default: string;
validator: (val: unknown) => boolean;
};
constrainWidth: {
type: BooleanConstructor;
default: boolean;
};
contentClasses: {
type: StringConstructor;
default: string;
};
autoClose: {
type: BooleanConstructor;
default: boolean;
};
preventViewport: {
type: BooleanConstructor;
default: boolean;
};
}>, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin> & Omit<import("vue").VueConstructor<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
animationDuration: number;
autoClose: boolean;
animationType: string;
constrainWidth: boolean;
contentClasses: string;
preventViewport: boolean;
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
classes: import("@vue/composition-api").ComputedRef<{
active: boolean;
'dropdown-vp': any;
}>;
style: import("@vue/composition-api").ComputedRef<{
transitionDuration: string;
}>;
content: any;
contentStyle: import("@vue/composition-api").ComputedRef<{
display: string;
maxHeight: string | number;
}>;
onDocumentClick: () => void;
onTriggerClick: () => void;
animation: string;
listeners: {
[x: string]: Function;
};
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
animationDuration: number;
autoClose: boolean;
animationType: string;
constrainWidth: boolean;
contentClasses: string;
preventViewport: boolean;
} & {}, {
animationDuration: number;
autoClose: boolean;
animationType: string;
constrainWidth: boolean;
contentClasses: string;
preventViewport: boolean;
}, true>);