UNPKG

@arteneo/forge

Version:
15 lines (14 loc) 334 B
/// <reference types="react" /> interface FieldResolvedInterface { name: string; path: string; label?: React.ReactNode; error?: string; hasError: boolean; help?: React.ReactNode; required: boolean; disabled: boolean; hidden: boolean; validate?: string; } export default FieldResolvedInterface;