UNPKG

bootstrap-vue-3

Version:

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

4 lines (2 loc) 95 B
type LiteralUnion<T, U = string> = T | (U & Record<never, never>) export default LiteralUnion