58 分钟以前 5367b3b4d92588c4e76728e6bd4ad6aae0cbb967
src/components/table-action/typing.ts
@@ -12,6 +12,8 @@
  cancel?: () => void;
  icon?: string;
  disabled?: boolean;
  placement?: string;
  getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
}
export interface ActionItem extends ButtonProps {