bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
72 lines (71 loc) • 1.77 kB
TypeScript
import type { Booleanish, TextColorVariant } from '../../types';
declare const _sfc_main: import("vue").DefineComponent<{
id: {
type: StringConstructor;
required: false;
};
inline: {
type: null;
required: false;
default: boolean;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
text: {
type: StringConstructor;
required: false;
};
textVariant: {
type: null;
required: false;
default: string;
};
}, {
props: {
id?: string | undefined;
inline: Booleanish;
tag: string;
text?: string | undefined;
textVariant: TextColorVariant;
};
inlineBoolean: import("vue").ComputedRef<boolean>;
classes: import("vue").ComputedRef<{
[x: string]: boolean;
'form-text': boolean;
}>;
attrs: import("vue").ComputedRef<{
id: string | undefined;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
id: {
type: StringConstructor;
required: false;
};
inline: {
type: null;
required: false;
default: boolean;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
text: {
type: StringConstructor;
required: false;
};
textVariant: {
type: null;
required: false;
default: string;
};
}>>, {
tag: string;
textVariant: any;
inline: any;
}>;
export default _sfc_main;