UNPKG

bootstrap-vue-3

Version:

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

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