UNPKG

@gravel-form/blueprintjs

Version:

A flexible middlewares driven json schema form with Blueprintjs

5 lines (4 loc) 197 B
import * as React from 'react'; import { BlueprintFormMiddlewareProps } from '../share'; export declare const NotSupportedMw: React.FC<BlueprintFormMiddlewareProps>; export default NotSupportedMw;