Skip to content

Commit 1c44b75

Browse files
committed
omit helper func from public api
1 parent a311e81 commit 1c44b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/datepicker/public-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export * from './datepicker-intl';
1616
export * from './datepicker-toggle';
1717
export * from './month-view';
1818
export * from './year-view';
19-
export * from './multi-year-view';
19+
export {MatMultiYearView, yearsPerPage, yearsPerRow} from './multi-year-view';

0 commit comments

Comments
 (0)