UNPKG

@teamix/pro-action

Version:

action组件

8 lines (7 loc) 358 B
/// <reference types="react" /> import { DialogInfoAction } from './dialog-info'; export declare type DrawerInfoAction = DialogInfoAction; export declare function useDrawerInfoAction(action: DrawerInfoAction, context?: any): { [x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>; }; export default useDrawerInfoAction;