Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Type aliases

Type aliases

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" }

Generated using TypeDoc