fastlion-amis
Version:
一种MIS页面生成工具
9 lines (8 loc) • 516 B
TypeScript
/// <reference types="react" />
import { FlowDetail } from "../../type";
declare const currentaudit: (value: string, title?: string, titletype?: boolean) => JSX.Element;
declare const handleBotton: (data: string) => JSX.Element | undefined;
declare const handleTltle: (flowDetail: FlowDetail) => JSX.Element;
declare const handleRevert: () => JSX.Element;
declare const handleContainers: (textValue: string) => JSX.Element;
export { currentaudit, handleBotton, handleTltle, handleRevert, handleContainers };