blob: a97c5999b4c595f650f12af746f327e2031a79ed [file] [log] [blame]
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export * from './date-adapter';
export * from './date-formats';
export * from './native-date-adapter';
export * from './native-date-formats';
export declare class NativeDateModule {
}
export declare class MatNativeDateModule {
}