bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
73 lines (72 loc) • 1.77 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
append: {
type: StringConstructor;
required: false;
};
appendHtml: {
type: StringConstructor;
required: false;
};
id: {
type: StringConstructor;
required: false;
};
prepend: {
type: StringConstructor;
required: false;
};
prependHtml: {
type: StringConstructor;
required: false;
};
size: {
type: StringConstructor;
required: false;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
}, {
props: any;
computedClasses: import("vue").ComputedRef<{
'input-group-sm': boolean;
'input-group-lg': boolean;
}>;
hasAppend: import("vue").ComputedRef<boolean>;
hasPrepend: 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<{
append: {
type: StringConstructor;
required: false;
};
appendHtml: {
type: StringConstructor;
required: false;
};
id: {
type: StringConstructor;
required: false;
};
prepend: {
type: StringConstructor;
required: false;
};
prependHtml: {
type: StringConstructor;
required: false;
};
size: {
type: StringConstructor;
required: false;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
}>>, {
tag: string;
}>;
export default _sfc_main;