UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

121 lines (120 loc) 8.46 kB
export type { Props as BAccordionProps } from './BAccordion/BAccordion'; export type { Props as BAccordionItemProps } from './BAccordion/BAccordionItem'; export type { Props as BAvatarProps } from './BAvatar/BAvatar'; export type { Emits as BAvatarEmits } from './BAvatar/BAvatar'; export type { Props as BAvatarGroupProps } from './BAvatar/BAvatarGroup'; export type { ParentData as BAvatarGroupParentData } from './BAvatar/BAvatarGroup'; export type { Props as BBadgeProps } from './BBadge/BBadge'; export type { Props as BBreadcrumbProps } from './BBreadcrumb/BBreadcrumb'; export type { Props as BBreadcrumbItemProps } from './BBreadcrumb/BBreadcrumbItem'; export type { Emits as BBreadcrumbItemEmits } from './BBreadcrumb/BBreadcrumbItem'; export type { Props as BButtonProps } from './BButton/BButton'; export type { Emits as BButtonEmits } from './BButton/BButton'; export type { Props as BButtonGroupProps } from './BButton/BButtonGroup'; export type { Props as BButtonToolbarProps } from './BButton/BButtonToolbar'; export type { Props as BCloseButtonProps } from './BButton/BCloseButton'; export type { Props as BCardProps } from './BCard/BCard'; export type { Props as BCardBodyProps } from './BCard/BCardBody'; export type { Props as BCardFooterProps } from './BCard/BCardFooter'; export type { Props as BCardGroupProps } from './BCard/BCardGroup'; export type { Props as BCardHeaderProps } from './BCard/BCardHeader'; export type { Props as BCardImgProps } from './BCard/BCardImg'; export type { Props as BCardSubtitleProps } from './BCard/BCardSubTitle'; export type { Props as BCardTitleProps } from './BCard/BCardTitle'; export type { Props as BCarouselProps } from './BCarousel/BCarousel'; export type { Emits as BCarouselEmits } from './BCarousel/BCarousel'; export type { ParentData as BCarouselParentData } from './BCarousel/BCarousel'; export type { Props as BCarouselSlideProps } from './BCarousel/BCarouselSlide'; export type { Props as BDropdownProps } from './BDropdown/BDropdown'; export type { Emits as BDropdownEmits } from './BDropdown/BDropdown'; export type { Props as BDropdownDividerProps } from './BDropdown/BDropdownDivider'; export type { Props as BDropdownGroupProps } from './BDropdown/BDropdownGroup'; export type { Props as BDropdownItemProps } from './BDropdown/BDropdownItem'; export type { Emits as BDropdownItemEmits } from './BDropdown/BDropdownItem'; export type { Props as BDropdownItemButtonProps } from './BDropdown/BDropdownItemButton'; export type { Emits as BDropdownItemButtonEmits } from './BDropdown/BDropdownItemButton'; export type { Props as BFormProps } from './BForm/BForm'; export type { Emits as BFormEmits } from './BForm/BForm'; export type { Props as BFormFloatingLabelProps } from './BForm/BFormFloatingLabel'; export type { Props as BFormInvalidFeedbackProps } from './BForm/BFormInvalidFeedback'; export type { Props as BFormRowProps } from './BForm/BFormRow'; export type { Props as BFormTextProps } from './BForm/BFormText'; export type { Props as BFormValidFeedbackProps } from './BForm/BFormValidFeedback'; export type { Props as BFormCheckboxProps } from './BFormCheckbox/BFormCheckbox'; export type { Emits as BFormCheckboxEmits } from './BFormCheckbox/BFormCheckbox'; export type { Props as BFormCheckboxGroupProps } from './BFormCheckbox/BFormCheckboxGroup'; export type { Emits as BFormCheckboxGroupEmits } from './BFormCheckbox/BFormCheckboxGroup'; export type { Props as BFormGroupProps } from './BFormGroup/BFormGroup'; export type { Props as BFormInputProps } from './BFormInput/BFormInput'; export type { Emits as BFormInputEmits } from './BFormInput/BFormInput'; export type { Props as BFormRadioProps } from './BFormRadio/BFormRadio'; export type { Emits as BFormRadioEmits } from './BFormRadio/BFormRadio'; export type { Props as BFormRadioGroupProps } from './BFormRadio/BFormRadioGroup'; export type { Emits as BFormRadioGroupEmits } from './BFormRadio/BFormRadioGroup'; export type { Props as BFormSelectProps } from './BFormSelect/BFormSelect'; export type { Emits as BFormSelectEmits } from './BFormSelect/BFormSelect'; export type { Props as BFormSelectOptionProps } from './BFormSelect/BFormSelectOption'; export type { Props as BFormSelectOptionGroupProps } from './BFormSelect/BFormSelectOptionGroup'; export type { Props as BFormTagProps } from './BFormTags/BFormTag'; export type { Emits as BFormTagEmits } from './BFormTags/BFormTag'; export type { Props as BFormTagsProps } from './BFormTags/BFormTags'; export type { Emits as BFormTagsEmits } from './BFormTags/BFormTags'; export type { Props as BFormTextareaProps } from './BFormTextarea/BFormTextarea'; export type { Emits as BFormTextareaEmits } from './BFormTextarea/BFormTextarea'; export type { Props as BInputGroupProps } from './BInputGroup/BInputGroup'; export type { Props as BInputGroupAddonProps } from './BInputGroup/BInputGroupAddon'; export type { Props as BInputGroupAppendProps } from './BInputGroup/BInputGroupAppend'; export type { Props as BInputGroupPrependProps } from './BInputGroup/BInputGroupPrepend'; export type { Props as BInputGroupTextProps } from './BInputGroup/BInputGroupText'; export type { Props as BLinkProps } from './BLink/BLink'; export type { Emits as BLinkEmits } from './BLink/BLink'; export type { Props as BListGroupProps } from './BListGroup/BListGroup'; export type { ParentData as BListGroupParentData } from './BListGroup/BListGroup'; export type { Props as BListGroupItemProps } from './BListGroup/BListGroupItem'; export type { Props as BOverlayProps } from './BOverlay/BOverlay'; export type { Emits as BOverlayEmits } from './BOverlay/BOverlay'; export type { SlotScope as BOverlaySlotScope } from './BOverlay/BOverlay'; export type { Props as BPaginationProps } from './BPagination/BPagination'; export type { Emits as BPaginationEmits } from './BPagination/BPagination'; export type { Props as BSkeletonProps } from './BSkeleton/BSkeleton'; export type { Props as BSkeletonIconProps } from './BSkeleton/BSkeletonIcon'; export type { Props as BSkeletonTableProps } from './BSkeleton/BSkeletonTable'; export type { Props as BSkeletonWrapperProps } from './BSkeleton/BSkeletonWrapper'; export type { Props as BTableProps } from './BTable/BTable'; export type { Props as BTableSimpleProps } from './BTable/BTableSimple'; export type { Props as BTBodyProps } from './BTable/BTbody'; export type { Props as BTdProps } from './BTable/BTd'; export type { Props as BTfootProps } from './BTable/BTfoot'; export type { Props as BThProps } from './BTable/BTh'; export type { Props as BTheadProps } from './BTable/BThead'; export type { Props as BTrProps } from './BTable/BTr'; export type { Props as BTabProps } from './BTabs/BTab'; export type { Props as BTabsProps } from './BTabs/BTabs'; export type { Emits as BTabsEmits } from './BTabs/BTabs'; export type { ParentData as BTabsParentData } from './BTabs/BTabs'; export type { Props as BToastProps } from './BToast/BToast'; export type { Emits as BToastEmits } from './BToast/BToast'; export type { Props as BToasterProps } from './BToast/BToaster'; export type { Props as BTransitionProps } from './BTransition/BTransition'; export type { Props as BAlertProps } from './BAlert'; export type { Emits as BAlertEmits } from './BAlert'; export type { Props as BColProps } from './BCol'; export type { Props as BCollapseProps } from './BCollapse'; export type { Emits as BCollapseEmits } from './BCollapse'; export type { Props as BContainerProps } from './BContainer'; export type { Props as BImgProps } from './BImg'; export type { Props as BModalProps } from './BModal'; export type { Emits as BModalEmits } from './BModal'; export type { Props as BNavProps } from './BNav'; export type { Props as BNavItemProps } from './BNavItem'; export type { Props as BNavItemDropdownProps } from './BNavItemDropdown'; export type { Props as BOffcanvasProps } from './BOffcanvas'; export type { Emits as BOffcanvasEmits } from './BOffcanvas'; export type { Props as BPopoverProps } from './BPopover'; export type { Emits as BPopoverEmits } from './BPopover'; export type { DelayObject as BPopoverDelayObject } from './BPopover'; export type { Props as BProgressProps } from './BProgress'; export type { ParentData as BProgressParentData } from './BProgress'; export type { Props as BProgressBarProps } from './BProgressBar'; export type { Props as BRowProps } from './BRow'; export type { Props as BSpinnerProps } from './BSpinner';