UNPKG

bootstrap-vue-next

Version:

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

9 lines (8 loc) 393 B
export type RadiusElement = 'circle' | 'pill' | 'none' | 'sm' | 'md' | 'lg' | '0' | '1' | '2' | '3' | '4' | '5' | 0 | 1 | 2 | 3 | 4 | 5; export type RadiusElementExtendables = { rounded?: boolean | RadiusElement; roundedTop?: boolean | RadiusElement; roundedBottom?: boolean | RadiusElement; roundedStart?: boolean | RadiusElement; roundedEnd?: boolean | RadiusElement; };