UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

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