Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101473802
Grid2.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, 19:28
Size
1 KB
Mime Type
text/x-java
Expires
Wed, Feb 12, 19:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24146381
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Grid2.js
View Options
import
PropTypes
from
'prop-types'
;
import
{
createGrid
}
from
'@mui/system/Unstable_Grid'
;
import
{
styled
,
useThemeProps
}
from
'../styles'
;
const
Grid2
=
createGrid
({
createStyledComponent
:
styled
(
'div'
,
{
name
:
'MuiGrid2'
,
overridesResolver
:
(
props
,
styles
)
=>
styles
.
root
}),
componentName
:
'MuiGrid2'
,
// eslint-disable-next-line material-ui/mui-name-matches-component-name
useThemeProps
:
inProps
=>
useThemeProps
({
props
:
inProps
,
name
:
'MuiGrid2'
})
});
process
.
env
.
NODE_ENV
!==
"production"
?
Grid2
.
propTypes
/* remove-proptypes */
=
{
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit TypeScript types and run "yarn proptypes" |
// ----------------------------------------------------------------------
/**
* The content of the component.
*/
children
:
PropTypes
.
node
,
/**
* @ignore
*/
sx
:
PropTypes
.
oneOfType
([
PropTypes
.
arrayOf
(
PropTypes
.
oneOfType
([
PropTypes
.
func
,
PropTypes
.
object
,
PropTypes
.
bool
])),
PropTypes
.
func
,
PropTypes
.
object
])
}
:
void
0
;
export
default
Grid2
;
Event Timeline
Log In to Comment