UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

6 lines (5 loc) 106 B
export default interface Option { value: number | string; text: string; disabled?: boolean; }