/* This file is automatically generated for @graphcommerce/graphcms-ui */

export * from '.'
import { plugin as hygraphDynamicRowsPageContent } from '@graphcommerce/hygraph-dynamic-rows/plugins/hygraphDynamicRowsPageContent'
import { ComponentProps } from 'react'
import { hygraphPageContent as hygraphPageContentBase } from '.'

/**
 * Interceptor for `hygraphPageContent()` with these plugins:
 * 
 * - `@graphcommerce/hygraph-dynamic-rows/plugins/hygraphDynamicRowsPageContent`
 */
const hygraphDynamicRowsPageContentInterceptor: typeof hygraphPageContentBase = (...args) => {
  return hygraphDynamicRowsPageContent(hygraphPageContentBase, ...args)
}
export const hygraphPageContent = hygraphDynamicRowsPageContentInterceptor
