Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 346 Bytes

API.md

File metadata and controls

10 lines (9 loc) · 346 Bytes

ReactCustomProps API

custom(props [,childPath])

The custom function returns a function that evaluates the custom props at the given child path. Custom props functions are resolved with the passed in arguments.

// root resolver
const resolver = custom(props);
// root custom props resolved
const customProps = resolver()