UNPKG

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

Version:

Implementation of a redux feature to manage authoring layouts.

3 lines (2 loc) 145 B
import { AuthoringLayoutItem } from '@acoustic-content-sdk/api'; export declare type AuthoringLayoutState = Record<string, AuthoringLayoutItem>;