UNPKG

bootstrap-vue-3

Version:

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

15 lines (13 loc) 222 B
import type {InputSize} from '../..' // Props export interface Props { append?: string appendHtml?: string id?: string prepend?: string prependHtml?: string size?: InputSize tag?: string } // Emits // Other