UNPKG

@edirect/form-engine

Version:

Achieve form logic reusage with forms expressed in json format.

6 lines (5 loc) 262 B
import React from 'react'; import { TFormRefActions } from '../../core/index.js'; import { TFormProps } from './types.js'; declare const SchemaGuard: React.ForwardRefExoticComponent<TFormProps & React.RefAttributes<TFormRefActions>>; export default SchemaGuard;