bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
45 lines (44 loc) • 1.24 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
columns: {
type: null;
required: false;
default: boolean;
};
deck: {
type: null;
required: false;
default: boolean;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
}, {
props: any;
columnsBoolean: Readonly<import("vue").Ref<boolean>>;
deckBoolean: Readonly<import("vue").Ref<boolean>>;
cardTypeClass: import("vue").ComputedRef<"card-deck" | "card-columns" | "card-group">;
computedClasses: import("vue").ComputedRef<string[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
columns: {
type: null;
required: false;
default: boolean;
};
deck: {
type: null;
required: false;
default: boolean;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
}>>, {
tag: string;
columns: any;
deck: any;
}>;
export default _sfc_main;