Type alias PopoverMenuProps
PopoverMenuProps: Omit<Antdm.PopoverProps, "content"> & { actions: Action[]; maxCount?: number; onAction?: ((item) => void); } Type declaration
actions: Action[]
Optional maxCount?: number
Optional onAction?: ((item) => void)