We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a311e81 commit 1c44b75Copy full SHA for 1c44b75
src/material/datepicker/public-api.ts
@@ -16,4 +16,4 @@ export * from './datepicker-intl';
16
export * from './datepicker-toggle';
17
export * from './month-view';
18
export * from './year-view';
19
-export * from './multi-year-view';
+export {MatMultiYearView, yearsPerPage, yearsPerRow} from './multi-year-view';
0 commit comments