@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
9 lines (8 loc) • 631 B
TypeScript
/// <reference types="react" />
import { FormDataSet } from './form_store';
import { GridChildProps } from '../layouts/grid_view';
import { FormComponentProps } from '@tomino/dynamic-form';
import { EditorContextType } from './editor_context';
export declare function timeHideHandles(): void;
export declare function showHandles(e: React.MouseEvent, props: FormComponentProps, context: EditorContextType): void;
export declare function dragElement(e: DragEvent, props: FormComponentProps, context: EditorContextType, target: HTMLDivElement, element: FormDataSet<GridChildProps, GridChildProps>, direction: 'left' | 'right'): void;