Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122996478
TabContainer.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
Wed, Jul 23, 08:23
Size
407 B
Mime Type
text/x-java
Expires
Fri, Jul 25, 08:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27589725
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
TabContainer.js
View Options
import
*
as
React
from
'react'
;
import
Tabs
from
'@restart/ui/Tabs'
;
import
getTabTransitionComponent
from
'./getTabTransitionComponent'
;
import
{
jsx
as
_jsx
}
from
"react/jsx-runtime"
;
const
TabContainer
=
({
transition
,
...
props
})
=>
/*#__PURE__*/
_jsx
(
Tabs
,
{
...
props
,
transition
:
getTabTransitionComponent
(
transition
)
});
TabContainer
.
displayName
=
'TabContainer'
;
export
default
TabContainer
;
Event Timeline
Log In to Comment