Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102633583
Box.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
Sat, Feb 22, 17:49
Size
975 B
Mime Type
text/x-java
Expires
Mon, Feb 24, 17:49 (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
24377374
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Box.js
View Options
import
PropTypes
from
'prop-types'
;
import
createBox
from
'../createBox'
;
var
Box
=
createBox
();
process
.
env
.
NODE_ENV
!==
"production"
?
Box
.
propTypes
/* remove-proptypes */
=
{
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
/**
* @ignore
*/
children
:
PropTypes
.
node
,
/**
* The component used for the root node.
* Either a string to use a HTML element or a component.
*/
component
:
PropTypes
.
elementType
,
/**
* The system prop that allows defining system overrides as well as additional CSS styles.
*/
sx
:
PropTypes
.
oneOfType
([
PropTypes
.
arrayOf
(
PropTypes
.
oneOfType
([
PropTypes
.
func
,
PropTypes
.
object
,
PropTypes
.
bool
])),
PropTypes
.
func
,
PropTypes
.
object
])
}
:
void
0
;
export
default
Box
;
Event Timeline
Log In to Comment