UNPKG

bootstrap-vue-3

Version:

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

14 lines (12 loc) 304 B
import type {ColorVariant} from '@/types' import type {BLinkProps} from '@/types/components' // Props export interface Props extends Omit<BLinkProps, 'event' | 'routerTag'> { pill?: boolean tag?: string variant?: ColorVariant textIndicator?: boolean dotIndicator?: boolean } // Emits // Other