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

Function getDefaultProps

component/Progress.js:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 },
10
11 getDefaultProps() {
12 return {
13 value: 0,
14 className: '',
15 };
16 },
17
18 render() {
19 let {value, className, status, disabled, children} = this.props;

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…