UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

6 lines (5 loc) 91 B
export default interface Field { key: string; label: string; sort?: boolean; }