UNPKG

bootstrap-vue-next

Version:

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

2 lines (1 loc) 125 B
export type Position = 'position-static' | 'position-relative' | 'position-absolute' | 'position-fixed' | 'position-sticky';