UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

32 lines (31 loc) 2.73 kB
export type { AlignmentCommon, AlignmentContent, AlignmentHorizontal, AlignmentJustifyContent, AlignmentTextHorizontal, AlignmentVertical, CombinedPlacement, ContainerHorizontalAlign, ContainerPosition, ContainerVerticalAlign, Placement, VerticalAlign, } from './Alignment'; export type { Animation } from './Animation'; export type { AriaInvalid } from './AriaInvalid'; export type { BTableProvider, BTableProviderContext, BTableSortBy, TableField, TableFieldFormatter, TableFieldRaw, TableItem, TableRowThead, TableRowType, TableStrictClassValue, } from './TableTypes'; export type { BaseButtonVariant, BaseColorVariant, BaseTextColorVariant, ButtonVariant, ColorExtendables, ColorVariant, TextColorVariant, } from './ColorTypes'; export type { BaseSize, Size } from './Size'; export type { BootstrapVueOptions, BvnComponentProps, showHide } from './BootstrapVueOptions'; export type { BreadcrumbItem, BreadcrumbItemRaw } from './BreadcrumbTypes'; export type * from './BreakpointProps'; export type { ButtonType } from './ButtonType'; export type { CheckboxOption, CheckboxOptionRaw, CheckboxValue } from './CheckboxTypes'; export type { ComplexSelectOption, ComplexSelectOptionRaw, SelectValue, SelectOption, SelectOptionRaw, } from './SelectTypes'; export type { InputType } from './InputType'; export type { LinkTarget } from './LinkTarget'; export type { LinkOpacity, UnderlineOffset, UnderlineOpacity } from './LinkDecorators'; export type { LiteralUnion } from './LiteralUnion'; export type { PaginationPage } from './PaginationPage'; export type { PlaceholderAnimation, PlaceholderSize } from './PlaceholderTypes'; export type { PopoverPlacement } from './PopoverPlacement'; export type { Position } from './Position'; export type { RadioOption, RadioOptionRaw, RadioValue } from './RadioTypes'; export type { RadiusElement, RadiusElementExtendables } from './RadiusElement'; export type { SpinnerType } from './SpinnerType'; export type { TabType } from './Tab'; export type { TransitionMode } from './TransitionMode'; export type * from './ComponentProps'; export type { TooltipOrchestratorCreateParam as OrchestratedTooltip, ToastOrchestratorCreateParam as OrchestratedToast, PopoverOrchestratorCreateParam as OrchestratedPopover, ModalOrchestratorCreateParam as OrchestratedModal, } from './ComponentOrchestratorTypes'; export type * from './ComponentOrchestratorTypes'; export { composableNames, directiveNames, componentNames, componentsWithExternalPath, composablesWithExternalPath, directivesWithExternalPath, type ComponentType, type ComposableType, type DirectiveType, } from './BootstrapVueOptions'; export type { ValidationState } from './CommonTypes'; export type { MaybePromise } from './MaybePromise';