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