UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
es
/
DialogBackdropContext-8775f78b.js
6 lines
(3 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ createContext }
from
'react'
;
var
DialogBackdropContext
=
/*#__PURE__*/
createContext
(
undefined
);
export
{
DialogBackdropContext
as
D };