UNPKG
@lunit/oui
Version:
latest (3.0.1)
3.0.1
3.0.0
2.4.19
2.4.18
2.4.17
2.4.16
2.4.15
2.4.14
2.4.13
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.31
2.2.30
2.2.29
2.2.28
2.2.27
2.2.26
2.2.25
2.2.24
2.2.23
2.2.22
2.2.21
2.2.20
2.2.19
2.2.18
2.2.17
2.2.16
2.2.15
2.2.14
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.0.1
2.0.0
1.3.0
1.2.0
1.1.0-alpha.5
1.1.0-alpha.4
1.1.0-alpha.3
1.1.0-alpha.2
1.1.0-alpha.1
1.0.1
1.0.1-alpha.14
1.0.1-alpha.13
1.0.1-alpha.12
1.0.1-alpha.11
1.0.1-alpha.10
1.0.1-alpha.9
1.0.1-alpha.8
1.0.1-alpha.7
1.0.1-alpha.6
1.0.1-alpha.5
1.0.1-alpha.4
1.0.1-alpha.3
1.0.1-alpha.2
1.0.1-alpha.1
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Lunit Oncology UI components
github.com/lunit-io/oui
lunit-io/oui
@lunit/oui
/
dist
/
components
/
Collapse
/
Collapse.js
7 lines
(6 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
import
{
Collapse
as
MuiCollapse
}
from
'@mui/material'
;
function
Collapse
(
{ children, ...otherProps }
) {
return
_jsx
(
MuiCollapse
, { ...otherProps,
children
: children }); }
export
default
Collapse
;