UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

7 lines (6 loc) 116 B
export interface BaseSize { sm: unknown; md: unknown; lg: unknown; } export type Size = keyof BaseSize;