ArtToDisplayProps: {
    artPiece: ArtToTranslate;
    onCreatePress: (() => void);
    onSendPress: (() => void);
    onTextPress: (() => void);
}

Type declaration

  • artPiece: ArtToTranslate
  • onCreatePress: (() => void)
      • (): void
      • Returns void

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

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

Tydef

ArtToDisplayProps