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
/
index.d.ts
6 lines
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
import
Provider
from
'./Provider'
;
import
useAlert
from
'./useAlert'
;
import
withAlert
from
'./withAlert'
;
import
{ positions, types, transitions }
from
'./options'
;
export
{
Provider
, useAlert, withAlert, positions, types, transitions };
//# sourceMappingURL=index.d.ts.map