UNPKG

@e-group/material-form

Version:

Custom react components for integrate redux-form.

7 lines (6 loc) 268 B
/** * To solve index path bug please read this for more detail. * https://stackoverflow.com/questions/6393943/convert-javascript-string-in-dot-notation-into-an-object-reference */ declare const indexPath: (obj?: {}, path?: string) => any; export default indexPath;