mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
import * as React from 'react';
|
|
|
|
export default React.createContext<unknown>(undefined);
|