UNPKG
@nomios/web-uikit
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Nomios' living web UIKit
github.com/ipfs-shipyard/nomios-web-uikit
ipfs-shipyard/nomios-web-uikit
@nomios/web-uikit
/
dist
/
components
/
dropdown
/
custom-components
/
custom-value-container
/
CustomValueContainer.js
3 lines
(2 loc)
•
91 B
JavaScript
View Raw
1
2
3
const
CustomValueContainer = props => props.children;
export
default
CustomValueContainer;