UNPKG

bootstrap-vue-next

Version:

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

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