ng2-bootstrap
Version:
Native Angular Bootstrap Components
26 lines (25 loc) • 732 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
export declare class BsRootModule {
}
export declare class Ng2BootstrapModule {
static forRoot(): ModuleWithProviders;
}
export * from './accordion';
export * from './alert';
export * from './buttons';
export * from './carousel';
export * from './collapse';
export * from './datepicker';
export * from './modal';
export * from './dropdown';
export * from './pagination';
export * from './progressbar';
export * from './rating';
export * from './sortable';
export * from './tabs';
export * from './timepicker';
export * from './tooltip';
export * from './typeahead';
export * from './popover';
export * from './utils/ng2-bootstrap-config';
export * from './utils/decorators';