MCPcopy Create free account
hub / github.com/flyfloor/react-component / getDefaultProps

Function getDefaultProps

component/Tooltip.js:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 },
13
14 getDefaultProps() {
15 return {
16 className: '',
17 mode: 'hover'
18 };
19 },
20
21 onOtherDomClick(){
22 this.setState({

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…