Created
October 18, 2021 13:51
-
-
Save hieptl/cc0d6948e2b628ce6bca41c3dc39ca34 to your computer and use it in GitHub Desktop.
context.ts - Ionic Chat App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
export default React.createContext<any>(null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment