Type Alias EqualActionsProps

EqualActionsProps: {
    children: React.ReactNode;
    className?: string;
    mode?: "horizontal" | "vertical";
}

Type declaration

  • children: React.ReactNode
  • OptionalclassName?: string
  • Optionalmode?: "horizontal" | "vertical"