Skip to content

Commit

Permalink
fix(select): Add missing exports (#4129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Dec 3, 2018
1 parent 4ffbcb6 commit dbc429a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mdc-select/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,6 @@ class MDCSelect extends MDCComponent {
};
}

export {MDCSelect, MDCSelectFoundation};
export {MDCSelect, MDCSelectFoundation,
MDCSelectHelperText, MDCSelectHelperTextFoundation,
MDCSelectIcon, MDCSelectIconFoundation};

0 comments on commit dbc429a

Please sign in to comment.