@commercetools-frontend/application-shell-connectors
Version:
Contains complementary tools for @commercetools-frontend/application-shell
5 lines (4 loc) • 373 B
TypeScript
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';