mirror of https://github.com/vector-im/riot-web
				
				
				
			convert MatrixClientContext to Typescript
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
							parent
							
								
									96cfd26bd4
								
							
						
					
					
						commit
						d725cc3389
					
				|  | @ -15,7 +15,8 @@ limitations under the License. | |||
| */ | ||||
| 
 | ||||
| import { createContext } from "react"; | ||||
| import { MatrixClient } from "matrix-js-sdk/src/client"; | ||||
| 
 | ||||
| const MatrixClientContext = createContext(undefined); | ||||
| const MatrixClientContext = createContext<MatrixClient>(undefined); | ||||
| MatrixClientContext.displayName = "MatrixClientContext"; | ||||
| export default MatrixClientContext; | ||||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski