bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
6 lines (5 loc) • 552 B
TypeScript
export declare const injectionKey: InjectionKey<BAvatarGroupParentData>;
import type { BAvatarGroupParentData } from '../../types/components';
import { InjectionKey } from 'vue';
declare const _sfc_main: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
export default _sfc_main;