ThemedSwipeableProps: {
    hideLeftImage?: boolean;
    leftActions?: ActionsType;
    photo_url?: string;
    rightActions?: ActionsType;
    subtitle?: string | React.ReactNode;
    tags?: string[];
    title: string;
}

Type declaration

  • OptionalhideLeftImage?: boolean
  • OptionalleftActions?: ActionsType
  • Optionalphoto_url?: string
  • OptionalrightActions?: ActionsType
  • Optionalsubtitle?: string | React.ReactNode
  • Optionaltags?: string[]
  • title: string