UNPKG

bootstrap-vue-3

Version:

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

7 lines (5 loc) 166 B
type ClassValue = | Array<string | Record<string, boolean | undefined | null>> | Record<string, boolean | undefined | null> | string export default ClassValue