UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

9 lines (8 loc) 279 B
import React from 'react'; import { FormComponentProps } from '@tomino/dynamic-form'; declare type Props = { Component: React.ComponentType<any>; layout: 'row' | 'column'; }; export declare const DropComponentEditor: React.FC<FormComponentProps<any> & Props>; export {};