MCPcopy Index your code
hub / github.com/flyfloor/react-component / getDefaultProps

Function getDefaultProps

component/Message.js:20–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 },
19
20 getDefaultProps() {
21 return {
22 delay: 5000,
23 className: '',
24 position: 'top',
25 closeNode: <i>x</i>,
26 };
27 },
28
29
30 handleDisplay(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…