Skip to content

Commit

Permalink
fix: add @Private annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed May 25, 2020
1 parent e65089f commit b0888b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vaadin-text-field-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,16 @@
/** @private */
_labelId: String,

/** @private */
_helperTextId: String,

/** @private */
_errorId: String,

/** @private */
_inputId: String,

/** @private */
_hasSlottedHelper: Boolean
};
}
Expand Down

0 comments on commit b0888b8

Please sign in to comment.