@gravel-form/blueprintjs
Version:
A flexible middlewares driven json schema form with Blueprintjs
6 lines (5 loc) • 349 B
TypeScript
import * as React from 'react';
import { BlueprintFormMiddlewareProps } from '../share';
export declare function withName(list: [string, React.ComponentType<BlueprintFormMiddlewareProps>][]): React.FC<BlueprintFormMiddlewareProps>[];
export declare const ExtraPropsMw: React.ComponentType<BlueprintFormMiddlewareProps>;
export default ExtraPropsMw;