useCmsSection 
Category:
 CMS (Shopping Experiences)
Composable to get cms section content
Types 
ts
export function useCmsSection<SECTION_TYPE extends Schemas["CmsSection"]>(
  content: SECTION_TYPE,
): UseCmsSectionType