UNPKG

@schema-render/core-react

Version:

Through a set of simple JSON Schema, efficiently build a set of forms.

5 lines (4 loc) 220 B
/// <reference types="react" /> import type { ICore, ICoreRef } from './typings/core'; declare const Core: import("react").ForwardRefExoticComponent<ICore & import("react").RefAttributes<ICoreRef>>; export default Core;