UNPKG

@teamix/pro-action

Version:

action组件

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