bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
32 lines (31 loc) • 2.06 kB
TypeScript
export type { default 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 } from './ButtonVariant';
export type { default as ClassValue } from './ClassValue';
export type { default as ColorVariant } 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 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 { default as TableField, TableFieldObject } 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';