UNPKG
@acoustic-content-sdk/redux-feature-auth-layout
Version:
beta (9.0.29)
latest (9.0.10076)
9.0.10076
9.0.10067
9.0.10040
9.0.10034
9.0.495
9.0.493
9.0.462
9.0.407
9.0.384
9.0.361
9.0.360
9.0.271
9.0.251
9.0.242
9.0.216
9.0.209
9.0.202
9.0.124
9.0.89
9.0.30
9.0.29
8.0.498
8.0.475
Implementation of a redux feature to manage authoring layouts.
@acoustic-content-sdk/redux-feature-auth-layout
/
state
/
auth-layout
/
auth.layout.state.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
import
{
AuthoringLayoutItem
}
from
'@acoustic-content-sdk/api'
;
export
declare
type
AuthoringLayoutState
=
Record
<
string
,
AuthoringLayoutItem
>;