UNPKG

@gravel-form/blueprintjs

Version:

A flexible middlewares driven json schema form with Blueprintjs

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