UNPKG

bootstrap-vue-3

Version:

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

8 lines (6 loc) 103 B
interface RadioOption { text: string value: any disabled?: boolean } export default RadioOption