bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
71 lines (70 loc) • 2.07 kB
TypeScript
import type { BListGroupParentData } from '../../types/components';
export declare const injectionKey: InjectionKey<BListGroupParentData>;
import { InjectionKey } from 'vue';
import type { Booleanish } from '../../types';
declare const _sfc_main: import("vue").DefineComponent<{
flush: {
type: null;
required: false;
default: boolean;
};
horizontal: {
type: (StringConstructor | BooleanConstructor)[];
required: false;
default: boolean;
};
numbered: {
type: null;
required: false;
default: boolean;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
}, {
injectionKey: InjectionKey<BListGroupParentData>;
props: {
flush: Booleanish;
horizontal: boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
numbered: Booleanish;
tag: string;
};
flushBoolean: import("vue").ComputedRef<boolean>;
numberedBoolean: import("vue").ComputedRef<boolean>;
classes: import("vue").ComputedRef<{
[x: string]: boolean;
'list-group-flush': boolean;
'list-group-horizontal': boolean;
'list-group-numbered': boolean;
}>;
computedTag: 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<{
flush: {
type: null;
required: false;
default: boolean;
};
horizontal: {
type: (StringConstructor | BooleanConstructor)[];
required: false;
default: boolean;
};
numbered: {
type: null;
required: false;
default: boolean;
};
tag: {
type: StringConstructor;
required: false;
default: string;
};
}>>, {
flush: any;
tag: string;
horizontal: string | boolean;
numbered: any;
}>;
export default _sfc_main;