@commercetools-frontend/application-shell-connectors
Version:
Contains complementary tools for @commercetools-frontend/application-shell
5 lines (4 loc) • 379 B
TypeScript
import type { TCustomViewContextProviderProps as CustomViewContextProviderProps, TCustomViewContext as CustomViewContext } from "./custom-view-context.js";
export type TCustomViewContextProviderProps = CustomViewContextProviderProps;
export type TCustomViewContext = CustomViewContext;
export { CustomViewContextProvider, useCustomViewContext, } from "./custom-view-context.js";