@axentix/vue
Version:
Vue Axentix is the Axentix integration for the VueJS framework.
134 lines (133 loc) • 3.97 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<{
'btn-circle': any;
'btn-press': any;
'btn-outline': any;
'btn-opening': any;
'btn-small': boolean;
'btn-large': boolean;
disabled: any;
}>;
outlineClasses: import("@vue/composition-api").ComputedRef<{
'btn-outline-text': any;
'btn-outline-invert': any;
}>;
listeners: {
[x: string]: Function;
};
}> & import("@vue/composition-api").Data, {}, {}, {
tag: {
type: StringConstructor;
default: string;
validator: (val: unknown) => boolean;
};
circle: {
type: BooleanConstructor;
default: boolean;
};
press: {
type: BooleanConstructor;
default: boolean;
};
outline: {
type: BooleanConstructor;
default: boolean;
};
outlineOpening: {
type: BooleanConstructor;
default: boolean;
};
outlineInvert: {
type: BooleanConstructor;
default: boolean;
};
size: {
type: StringConstructor;
default: string;
validator: (val: unknown) => boolean;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
}, import("@vue/composition-api").ExtractPropTypes<{
tag: {
type: StringConstructor;
default: string;
validator: (val: unknown) => boolean;
};
circle: {
type: BooleanConstructor;
default: boolean;
};
press: {
type: BooleanConstructor;
default: boolean;
};
outline: {
type: BooleanConstructor;
default: boolean;
};
outlineOpening: {
type: BooleanConstructor;
default: boolean;
};
outlineInvert: {
type: BooleanConstructor;
default: boolean;
};
size: {
type: StringConstructor;
default: string;
validator: (val: unknown) => boolean;
};
disabled: {
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<{
tag: string;
circle: boolean;
press: boolean;
outline: boolean;
outlineOpening: boolean;
outlineInvert: boolean;
size: string;
disabled: boolean;
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
classes: import("@vue/composition-api").ComputedRef<{
'btn-circle': any;
'btn-press': any;
'btn-outline': any;
'btn-opening': any;
'btn-small': boolean;
'btn-large': boolean;
disabled: any;
}>;
outlineClasses: import("@vue/composition-api").ComputedRef<{
'btn-outline-text': any;
'btn-outline-invert': any;
}>;
listeners: {
[x: string]: Function;
};
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
tag: string;
circle: boolean;
press: boolean;
outline: boolean;
outlineOpening: boolean;
outlineInvert: boolean;
size: string;
disabled: boolean;
} & {}, {
tag: string;
circle: boolean;
press: boolean;
outline: boolean;
outlineOpening: boolean;
outlineInvert: boolean;
size: string;
disabled: boolean;
}, true>);