OverlayOption: {
    icon: ImageSourcePropType;
    isActivated: (() => boolean);
    onPress: (() => void);
    title: string;
}

Type declaration

  • icon: ImageSourcePropType
  • isActivated: (() => boolean)
      • (): boolean
      • Returns boolean

  • onPress: (() => void)
      • (): void
      • Returns void

  • title: string

Description

Type for the OverlayOption object.