| 47 | |
| 48 | // Custom UI events specific to RGH |
| 49 | interface GlobalEventHandlersEventMap { |
| 50 | 'details:toggled': CustomEvent; |
| 51 | 'pjax:error': CustomEvent; |
| 52 | 'page:loaded': CustomEvent; |
| 53 | 'turbo:visit': CustomEvent; |
| 54 | 'session:resume': CustomEvent; |
| 55 | itemActivated: CustomEvent; |
| 56 | // No input:InputEvent match |
| 57 | // https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1174#issuecomment-933042088 |
| 58 | } |
| 59 | |
| 60 | declare namespace JSX { |
| 61 | interface IntrinsicElements { |
nothing calls this directly
no outgoing calls
no test coverage detected