UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

16 lines (15 loc) 544 B
import React from 'react'; import { RendererEnv } from '../../../../../env'; import { SchemaNode } from '../../../../../types'; import { AttachmentApi } from '../../type'; import './index.scss'; interface Flowcountersign { env: RendererEnv; onRef: React.RefObject<any>; handleOnClick: () => void; render: (region: string, node: SchemaNode, props?: any) => JSX.Element; attachmentApi: AttachmentApi; name: string; } declare const FlowCountersign: React.FC<Flowcountersign>; export default FlowCountersign;