Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32159042
root-context.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
315 B
Referenced Files
None
Subscribers
None
root-context.js
View Options
// @flow
import
*
as
React
from
'react'
;
export
type
RootContextType
=
{
+
detectUnsupervisedBackground
?:
?
(
alreadyClosed
:
boolean
)
=>
boolean
,
+
setNavStateInitialized
:
()
=>
void
,
};
const
RootContext
:
React
.
Context
<?
RootContextType
>
=
React
.
createContext
<?
RootContextType
>
(
null
);
export
{
RootContext
};
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Dec 7, 4:25 PM (17 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4919519
Default Alt Text
root-context.js (315 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment