@acoustic-content-sdk/redux-feature-auth-layout
Version:
Implementation of a redux feature to manage authoring layouts.
6 lines (5 loc) • 376 B
TypeScript
import { AuthLayoutFeatureState } from './auth.layout.feature';
/**
* Exposes the feature module selector
*/
export declare const authoringLayoutFeature: import("@acoustic-content-sdk/redux-store").ReduxFeatureModule<Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutItem>, AuthLayoutFeatureState, import("redux").AnyAction, import("redux").AnyAction, any>;