@gravel-form/blueprintjs
Version:
A flexible middlewares driven json schema form with Blueprintjs
6 lines (5 loc) • 315 B
TypeScript
import * as React from 'react';
import { BlueprintFormMiddlewareProps } from '../share';
export declare const FormGroupTemplateBaseMw: React.ComponentType<BlueprintFormMiddlewareProps>;
export declare const FormGroupTemplateMw: React.ComponentType<BlueprintFormMiddlewareProps>;
export default FormGroupTemplateMw;