MCPcopy Index your code
hub / github.com/react-dates/react-dates / InfoPanelDecorator

Function InfoPanelDecorator

stories/InfoPanelDecorator.js:28–35  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

26};
27
28export default function InfoPanelDecorator(text) {
29 return story => (
30 <div>
31 <InfoPanel text={text} />
32 {story()}
33 </div>
34 );
35}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…