bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
80 lines (79 loc) • 1.91 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
label: {
type: StringConstructor;
required: false;
};
role: {
type: StringConstructor;
required: false;
default: string;
};
small: {
type: null;
required: false;
default: boolean;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
type: {
type: null;
required: false;
default: string;
};
variant: {
type: null;
required: false;
};
}, {
props: any;
slots: Readonly<{
[name: string]: import("vue").Slot | undefined;
}>;
smallBoolean: Readonly<import("vue").Ref<boolean>>;
computedClasses: import("vue").ComputedRef<{
[x: string]: boolean;
'spinner-border': boolean;
'spinner-border-sm': boolean;
'spinner-grow': boolean;
'spinner-grow-sm': boolean;
}>;
hasLabelSlot: import("vue").ComputedRef<boolean>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
label: {
type: StringConstructor;
required: false;
};
role: {
type: StringConstructor;
required: false;
default: string;
};
small: {
type: null;
required: false;
default: boolean;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
type: {
type: null;
required: false;
default: string;
};
variant: {
type: null;
required: false;
};
}>>, {
type: any;
tag: string;
small: any;
role: string;
}>;
export default _sfc_main;