UNPKG
@afzalimdad9/react-alert
Version:
latest (7.0.8)
7.0.8
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
A simple react alert component
github.com/afzalimdad9/react-alert
afzalimdad9/react-alert
@afzalimdad9/react-alert
/
dist
/
Context.js
4 lines
•
135 B
JavaScript
View Raw
1
2
3
4
import
{ createContext }
from
'react'
;
const
Context
=
createContext
(
null
);
export
default
Context
;
//# sourceMappingURL=Context.js.map