UNPKG

@commercetools-frontend/application-shell-connectors

Version:
5 lines (4 loc) 379 B
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";