UNPKG
wcz-layout
Version:
latest (9.1.2)
legacy (6.7.2)
9.1.2
8.3.3
6.7.2
6.7.1
6.7.0
6.6.3
6.6.2
6.6.1
6.6.0
6.5.0
6.4.2
6.4.1
6.4.0
6.3.2
6.3.1
6.3.0
5.14.1
5.14.0
5.13.4
5.13.3
5.13.2
5.13.1
5.13.0
5.12.0
5.11.2
wcz-layout
/
dist
/
NotificationContext-CgwUOeW0.mjs
7 lines
(6 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ createContext }
from
"react"
;
//#region src/contexts/NotificationContext.tsx
const
NotificationContext
=
createContext
(
null
);
//#endregion
export
{
NotificationContext
as
t };
//# sourceMappingURL=NotificationContext-CgwUOeW0.mjs.map