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.d.ts
4 lines
•
178 B
TypeScript
View Raw
1
2
3
4
import
{
AlertContextType
}
from
'./types'
;
declare
const
Context
:
import
(
"react"
).
Context
<
AlertContextType
|
null
>;
export
default
Context
;
//# sourceMappingURL=Context.d.ts.map