UNPKG

bootstrap-vue-3

Version:

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

36 lines (35 loc) 2.15 kB
export type { default as Alignment } from './Alignment'; export type { default as Animation } from './Animation'; export type { default as BootstrapVueOptions } from './BootstrapVueOptions'; export type { default as BreadcrumbItem } from './BreadcrumbItem'; export type { BreadcrumbItemObject } from './BreadcrumbItem'; export type { default as Breakpoint } from './Breakpoint'; export type { ColBreakpointProps } from './BreakpointProps'; export type { RowColsBreakpointProps } from './BreakpointProps'; export type { OffsetBreakpointProps } from './BreakpointProps'; export type { OrderBreakpointProps } from './BreakpointProps'; export type { default as ButtonType } from './ButtonType'; export type { default as ButtonVariant } from './ButtonVariant'; export type { default as ColorVariant } from './ColorVariant'; export type { ContainerVerticalAlign } from './Container'; export type { ContainerHorizontalAlign } from './Container'; export type { ContainerPosition } 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 Position } from './Position'; export type { default as RadioOption } from './RadioOption'; export type { default as SelectOption } from './SelectOption'; export type { default as Size } 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 { TableFieldObject } from './TableField'; export type { default as TableField } from './TableField'; export type { default as TableItem } from './TableItem'; export type { default as TextColorVariant } from './TextColorVariant'; export type { default as TransitionMode } from './TransitionMode'; export type { default as VerticalAlign } from './VerticalAlign';