Props: {
    backIconColor?: string;
    childrenIcon?: ReactNode;
    icon?: ReactNode;
    iconColor?: string;
    id: number;
    onPress?: (() => void);
    subtitle?: string;
    title: string;
}

Type declaration

  • Optional backIconColor?: string
  • Optional childrenIcon?: ReactNode
  • Optional icon?: ReactNode
  • Optional iconColor?: string
  • id: number
  • Optional onPress?: (() => void)
      • (): void
      • Returns void

  • Optional subtitle?: string
  • title: string