@axentix/vue
Version:
Vue Axentix is the Axentix integration for the VueJS framework.
48 lines (47 loc) • 1.84 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<{
linkSelected: () => void;
classes: import("@vue/composition-api").ComputedRef<{
active: any;
}>;
el: any;
listeners: {
[x: string]: Function;
};
}> & import("@vue/composition-api").Data, {}, {}, {
href: {
type: StringConstructor;
default: string;
};
active: {
type: BooleanConstructor;
default: boolean;
};
}, import("@vue/composition-api").ExtractPropTypes<{
href: {
type: StringConstructor;
default: string;
};
active: {
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<{
active: boolean;
href: string;
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
linkSelected: () => void;
classes: import("@vue/composition-api").ComputedRef<{
active: any;
}>;
el: any;
listeners: {
[x: string]: Function;
};
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
active: boolean;
href: string;
} & {}, {
active: boolean;
href: string;
}, true>);