UNPKG

@axentix/vue

Version:

Vue Axentix is the Axentix integration for the VueJS framework.

85 lines (84 loc) 2.65 kB
export default _sfc_main; declare const _sfc_main: import("vue-demi").DefineComponent<{ 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; }; }, { classes: import("vue-demi").ComputedRef<{ active: boolean; 'dropdown-vp': boolean; }>; style: import("vue-demi").ComputedRef<{ transitionDuration: string; }>; content: any; contentStyle: import("vue-demi").ComputedRef<{ display: string; maxHeight: string | number; }>; onDocumentClick: () => void; onTriggerClick: () => void; animation: string; listeners: any; }, any, {}, {}, import("vue-demi").DefineComponent<Readonly<import("vue-demi").ComponentPropsOptions<{ [x: string]: unknown; }>>, unknown, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, readonly string[] | Readonly<import("vue-demi").ExtractPropTypes<Readonly<import("vue-demi").ComponentObjectPropsOptions<{ [x: string]: unknown; }>>>>, { [x: number]: string; } | {}, {}>, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").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; }; }>>, { animationDuration: number; autoClose: boolean; animationType: string; constrainWidth: boolean; contentClasses: string; preventViewport: boolean; }, {}>;