UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

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