UNPKG

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

Version:

Implementation of a redux feature to manage authoring layouts.

8 lines (7 loc) 383 B
export * from "./auth.layout.actions"; export * from "./auth.layout.feature"; export { AuthLayoutFeatureState } from "./auth.layout.feature"; export { AUTH_LAYOUT_FEATURE } from "./auth.layout.id"; export * from "./auth.layout.module"; export { authoringLayoutReducer, selectAuthoringLayout } from "./auth.layout.reducer"; export { AuthoringLayoutState } from "./auth.layout.state";