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

Function getDefaultProps

component/CheckBox.js:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 },
16
17 getDefaultProps() {
18 return {
19 className: '',
20 checked: false,
21 };
22 },
23
24 checkedChange(e){
25 const {onChange, value} = 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…