UNPKG

@bolttech/form-engine

Version:

A form engine based on form events for react projects

3 lines (2 loc) 161 B
declare const getValueByPath: (object?: Record<string, any>, path?: string) => string | number | boolean | Record<string, unknown>; export { getValueByPath };