UNPKG

envoc-form

Version:

Envoc form components

4 lines (3 loc) 217 B
import React from 'react'; /** provides the full, qualified name of the current field name - including nested fields, path/dot delimited */ export declare const FieldNameContext: React.Context<string | undefined>;