UNPKG

@commercetools-frontend/application-shell-connectors

Version:
6 lines (5 loc) 263 B
export type TCustomViewParentDataRefresherParams = { locators: string[]; onRefreshDataRequested: (context: Record<string, unknown>) => void; }; export declare const useCustomViewParentDataRefresher: (params: TCustomViewParentDataRefresherParams) => void;