@fogpipe/forma-react 0.12.0-alpha.1 → 0.12.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -658,7 +658,7 @@ interface FieldRendererProps {
658
658
  * <FieldRenderer fieldPath="email" components={componentMap} />
659
659
  * ```
660
660
  */
661
- declare function FieldRenderer({ fieldPath, components, className }: FieldRendererProps): react_jsx_runtime.JSX.Element | null;
661
+ declare function FieldRenderer({ fieldPath, components, className, }: FieldRendererProps): react_jsx_runtime.JSX.Element | null;
662
662
 
663
663
  /**
664
664
  * FormaErrorBoundary Component