UNPKG

xph-form

Version:

This is a configurable form component that supports React

7 lines (6 loc) 160 B
export function isComponentFormItemProps(item) { return "component" in item; } export function isRenderFormItemProps(item) { return "render" in item; }