import * as React from 'react'
const isBrowser = typeof document !== 'undefined'
const
const useInsertionEffect = React
? React
: false
export const useInsertionEffectAlwaysWithSyncFallback = !isBrowser
? syncFallback
: useInsertionEffect || syncFallback
export const useInsertionEffectWithLayoutFallback =
useInsertionEffect ||