UNPKG

bootstrap-vue-3

Version:

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

34 lines (33 loc) 2.26 kB
export * as Alignment from './Alignment'; export type { default as Animation } from './Animation'; export type { default as AriaInvalid } from './AriaInvalid'; export type { default as Booleanish } from './Booleanish'; export type { default as BootstrapVueOptions } from './BootstrapVueOptions'; export type { BreadcrumbItemObject, default as BreadcrumbItem } from './BreadcrumbItem'; export type { default as Breakpoint } from './Breakpoint'; export type { ColBreakpointProps, OffsetBreakpointProps, OrderBreakpointProps, RowColsBreakpointProps, } from './BreakpointProps'; export type { default as ButtonType } from './ButtonType'; export type { default as ButtonVariant, BaseButtonVariant } from './ButtonVariant'; export type { default as ClassValue } from './ClassValue'; export type { default as ColorVariant, BaseColorVariant } from './ColorVariant'; export type { ContainerHorizontalAlign, ContainerPosition, ContainerVerticalAlign } from './Container'; export type { default as InputSize } from './InputSize'; export type { default as InputType } from './InputType'; export type { default as LinkTarget } from './LinkTarget'; export type { default as LiteralUnion } from './LiteralUnion'; export type { default as Pagination } from './Pagination'; export type { default as PaginationPage } from './PaginationPage'; export type { default as PlaceholderAnimation } from './PlaceholderAnimation'; export type { default as PlaceholderSize } from './PlaceholderSize'; export type { default as Position } from './Position'; export type { default as RadioOption } from './RadioOption'; export type { default as SelectOption } from './SelectOption'; export type { default as Size, BaseSize } from './Size'; export type { default as SkeletonAnimation } from './SkeletonAnimation'; export type { default as SkeletonType } from './SkeletonType'; export type { default as SpinnerType } from './SpinnerType'; export type { default as TableField, TableFieldObject } from './TableField'; export type { default as TableItem } from './TableItem'; export type { default as TextColorVariant, BaseTextColorVariant } from './TextColorVariant'; export type { default as TransitionMode } from './TransitionMode'; export type { default as VerticalAlign } from './VerticalAlign';