UNPKG

@o3r/dynamic-content

Version:

This module provides a mechanism to retrieve media and data depending on the host or a server specific url.

7 lines 538 B
import type { SetStateActionPayload } from '@o3r/core'; import { AssetPathOverrideState } from './asset-path-override.state'; /** * Clear all overrides and fill the store with the payload */ export declare const setAssetPathOverride: import("@ngrx/store").ActionCreator<"[AssetPathOverride] set entities", (props: SetStateActionPayload<AssetPathOverrideState>) => SetStateActionPayload<AssetPathOverrideState> & import("@ngrx/store").Action<"[AssetPathOverride] set entities">>; //# sourceMappingURL=asset-path-override.actions.d.ts.map