ButtonDefaultProps: {
    borderColor: string;
    children: React.ReactNode;
    color: string;
    onPress: VoidFunction;
}

Type declaration

  • borderColor: string
  • children: React.ReactNode
  • color: string
  • onPress: VoidFunction