UNPKG

@commercetools-frontend/application-shell-connectors

Version:
5 lines (4 loc) 373 B
import type { TCustomViewContextProviderProps as CustomViewContextProviderProps, TCustomViewContext as CustomViewContext } from './custom-view-context'; export type TCustomViewContextProviderProps = CustomViewContextProviderProps; export type TCustomViewContext = CustomViewContext; export { CustomViewContextProvider, useCustomViewContext, } from './custom-view-context';