vuestic-ui
Version:
Vue 3 UI Framework
181 lines (180 loc) • 4.1 kB
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
tag: {
type: StringConstructor;
default: string;
};
square: {
type: BooleanConstructor;
default: boolean;
};
outlined: {
type: BooleanConstructor;
default: boolean;
};
bordered: {
type: BooleanConstructor;
default: boolean;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
href: {
type: StringConstructor;
default: string;
};
target: {
type: StringConstructor;
default: string;
};
stripe: {
type: BooleanConstructor;
default: boolean;
};
stripeColor: {
type: StringConstructor;
default: string;
};
gradient: {
type: BooleanConstructor;
default: boolean;
};
textColor: {
type: StringConstructor;
};
color: {
type: StringConstructor;
default: string;
};
preset: {
type: import("vue").PropType<import("../../composables").PresetPropValue>;
default: undefined;
};
to: {
type: import("vue").PropType<string | Record<string, any>>;
default: undefined;
};
replace: {
type: BooleanConstructor;
default: undefined;
};
append: {
type: BooleanConstructor;
default: undefined;
};
exact: {
type: BooleanConstructor;
default: undefined;
};
activeClass: {
type: StringConstructor;
default: undefined;
};
exactActiveClass: {
type: StringConstructor;
default: undefined;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
tag: {
type: StringConstructor;
default: string;
};
square: {
type: BooleanConstructor;
default: boolean;
};
outlined: {
type: BooleanConstructor;
default: boolean;
};
bordered: {
type: BooleanConstructor;
default: boolean;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
href: {
type: StringConstructor;
default: string;
};
target: {
type: StringConstructor;
default: string;
};
stripe: {
type: BooleanConstructor;
default: boolean;
};
stripeColor: {
type: StringConstructor;
default: string;
};
gradient: {
type: BooleanConstructor;
default: boolean;
};
textColor: {
type: StringConstructor;
};
color: {
type: StringConstructor;
default: string;
};
preset: {
type: import("vue").PropType<import("../../composables").PresetPropValue>;
default: undefined;
};
to: {
type: import("vue").PropType<string | Record<string, any>>;
default: undefined;
};
replace: {
type: BooleanConstructor;
default: undefined;
};
append: {
type: BooleanConstructor;
default: undefined;
};
exact: {
type: BooleanConstructor;
default: undefined;
};
activeClass: {
type: StringConstructor;
default: undefined;
};
exactActiveClass: {
type: StringConstructor;
default: undefined;
};
}>>, {
replace: boolean;
preset: import("../../composables").PresetPropValue;
target: string;
color: string;
gradient: boolean;
tag: string;
disabled: boolean;
to: string | Record<string, any>;
append: boolean;
exact: boolean;
activeClass: string;
exactActiveClass: string;
href: string;
square: boolean;
outlined: boolean;
bordered: boolean;
stripe: boolean;
stripeColor: string;
}, {}>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};