UNPKG
react-image-list-box
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Image Annotation List Box
github.com/koglak/react-image-list-box
react-image-list-box
/
src
/
context
/
ImageContext.js
6 lines
(3 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
import
React
from
"react"
;
const
ImageContext
=
React
.
createContext
(
null
);
export
default
ImageContext
;