Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32768866
markdown-link-context.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
327 B
Referenced Files
None
Subscribers
None
markdown-link-context.js
View Options
// @flow
import
*
as
React
from
'react'
;
export
type
MarkdownLinkContextType
=
{
+
setLinkModalActive
:
boolean
=>
void
,
+
setLinkPressActive
:
boolean
=>
void
,
};
const
MarkdownLinkContext
:
React
.
Context
<?
MarkdownLinkContextType
>
=
React
.
createContext
<?
MarkdownLinkContextType
>
(
null
,
);
export
{
MarkdownLinkContext
};
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 9, 1:06 PM (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5880502
Default Alt Text
markdown-link-context.js (327 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment