CrmOptionsButtonProps: {
    children: React.ReactNode;
    onPress: VoidFunction;
    title: string;
}

Type declaration

  • children: React.ReactNode
  • onPress: VoidFunction
  • title: string