bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
20 lines (19 loc) • 684 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
footVariant: {
type: StringConstructor;
required: false;
};
}, {
props: {
footVariant?: string | undefined;
};
classes: import("vue").ComputedRef<{
[x: string]: string | undefined;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
footVariant: {
type: StringConstructor;
required: false;
};
}>>, {}>;
export default _sfc_main;