UNPKG

@acoustic-content-sdk/redux-feature-auth-layout

Version:

Implementation of a redux feature to manage authoring layouts.

9 lines (8 loc) 310 B
import { LoggerService } from '@acoustic-content-sdk/api'; import { FetchText } from '@acoustic-content-sdk/rest-api'; import { Epic } from 'redux-observable'; export interface AuthoringLayoutDependencies { fetchText: FetchText; logSvc: LoggerService; } export declare const authoringLayoutEpic: Epic;