UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

9 lines (8 loc) 235 B
import { ComputedRef, Ref } from 'vue'; declare const _default: (id?: Ref<string | undefined> | undefined, suffix?: string | undefined) => ComputedRef<string>; /** * @param id * @param suffix * @returns */ export default _default;