Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore(text-field): Export subcomponents and subfoundations from root …
Browse files Browse the repository at this point in the history
…index.js
  • Loading branch information
bonniezhou authored Dec 8, 2017
1 parent b022f16 commit 4625ac7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mdc-textfield/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,6 @@ class MDCTextField extends MDCComponent {
}
}

export {MDCTextField, MDCTextFieldFoundation};
export {MDCTextField, MDCTextFieldFoundation,
MDCTextFieldBottomLine, MDCTextFieldBottomLineFoundation,
MDCTextFieldHelperText, MDCTextFieldHelperTextFoundation};

0 comments on commit 4625ac7

Please sign in to comment.