UNPKG

bootstrap-vue-3

Version:

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

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