UNPKG

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

Version:

Implementation of a redux feature to manage authoring layouts.

13 lines (12 loc) 314 B
/** Version and build number of the package */ export declare const VERSION: { version: { major: string; minor: string; patch: string; branch: string; }; build: Date; }; /** Module name */ export declare const MODULE = "@acoustic-content-sdk/redux-feature-auth-layout";