liu
2 天以前 f7e06aaee32674791f63d6e5111c0d0a3f4de4a3
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 {