@ng-bootstrap/ng-bootstrap
Version:
Angular powered Bootstrap
13 lines (12 loc) • 650 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./timepicker";
export { NgbTimepicker } from './timepicker';
export { NgbTimepickerConfig } from './timepicker-config';
export { NgbTimeStruct } from './ngb-time-struct';
export { NgbTimeAdapter } from './ngb-time-adapter';
export { NgbTimepickerI18n } from './timepicker-i18n';
export declare class NgbTimepickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgbTimepickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgbTimepickerModule, never, [typeof i1.NgbTimepicker], [typeof i1.NgbTimepicker]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgbTimepickerModule>;
}