Type alias ArtToDisplayProps
ArtToDisplayProps: { artPiece: ArtToTranslate; onCreatePress: (() => void); onSendPress: (() => void); onTextPress: (() => void); } Type declaration
onCreatePress: (() => void)
onSendPress: (() => void)
onTextPress: (() => void)
Tydef
ArtToDisplayProps