1 | import { NgbDateAdapter } from './ngb-date-adapter';
|
2 | import { NgbDateStruct } from '../ngb-date-struct';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 |
|
8 | export declare class NgbDateNativeAdapter extends NgbDateAdapter<Date> {
|
9 | |
10 |
|
11 |
|
12 | fromModel(date: Date | null): NgbDateStruct | null;
|
13 | |
14 |
|
15 |
|
16 | toModel(date: NgbDateStruct | null): Date | null;
|
17 | protected _fromNativeDate(date: Date): NgbDateStruct;
|
18 | protected _toNativeDate(date: NgbDateStruct): Date;
|
19 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbDateNativeAdapter, never>;
|
20 | static ɵprov: i0.ɵɵInjectableDeclaration<NgbDateNativeAdapter>;
|
21 | }
|