bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
18 lines (17 loc) • 796 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<any, {
classes: import("vue").ComputedRef<{
[x: string]: any;
active: any;
disabled: any;
'text-dark': boolean;
'rounded-pill': any;
'position-absolute top-0 start-100 translate-middle': any;
'p-2 border border-light rounded-circle': any;
'text-decoration-none': import("vue").ComputedRef<boolean>;
}>;
props: any;
computedTag: import("vue").ComputedRef<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
[x: string]: any;
}>;
export default _sfc_main;