UNPKG

@angular/material

Version:
16 lines (15 loc) 431 B
/** * @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 { }