import React from 'react'; import { IHeaderContext } from './types' export const HeaderContext = React.createContext(undefined);