UNPKG

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

Version:

Implementation of a redux feature to manage authoring layouts.

8 lines (7 loc) 182 B
/** * Implementation of a redux feature to manage authoring layouts. * * @packageDocumentation */ export { VERSION } from './version'; export * from './state/auth-layout/index';