When building React components for Sitecore’s new XM Cloud platform it may not be obvious what the underlying types are. I’m adding them here for future reference:
Field Types from Sitecore:
ImageField
LinkField
TextField
DateField
FileField
RichTextField
React Components:
Image
Link
Text
Date
File
RichText
RichTextField
Reference:
https://www.npmjs.com/package/@sitecore-jss/sitecore-jss-nextjs?activeTab=code

