/** * 后续好多地方可能都要支持 action,所以提取公共功能 */ /// import { RendererProps } from '../factory'; export declare function handleAction(e: React.MouseEvent, action: any, props: RendererProps, data?: any): void; export default handleAction;