| 56 | } |
| 57 | |
| 58 | interface HTMLElementWithMaterialTextfield extends HTMLElement { |
| 59 | MaterialTextfield: { boundUpdateClassesHandler: () => void }; |
| 60 | } |
| 61 | |
| 62 | declare const window: CustomWindow; |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected