bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
29 lines (28 loc) • 818 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
labelFor: {
type: StringConstructor;
required: false;
};
label: {
type: StringConstructor;
required: false;
};
text: {
type: StringConstructor;
required: false;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
labelFor: {
type: StringConstructor;
required: false;
};
label: {
type: StringConstructor;
required: false;
};
text: {
type: StringConstructor;
required: false;
};
}>>, {}>;
export default _sfc_main;