Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101409561
ImageListContext.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 10, 04:34
Size
359 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 04:34 (2 d)
Engine
blob
Format
Raw Data
Handle
24155278
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
ImageListContext.js
View Options
import * as React from 'react';
/**
* @ignore - internal component.
* @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>}
*/
const ImageListContext = /*#__PURE__*/React.createContext({});
if (process.env.NODE_ENV !== 'production') {
ImageListContext.displayName = 'ImageListContext';
}
export default ImageListContext;
Event Timeline
Log In to Comment