ActionBtn
ActionBtn: { hidden?: boolean; icon: string; key?: string | number; order?: number; style?: string; title: string; type: "normal"; onClick: any } | { hidden?: boolean; order?: number; type: "separator" } | { component: any; hidden?: boolean; key?: string | number; order?: number; type: "custom" }