Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
type: "story"
},
{
component: ({ boolean, color, select }, { decorateAction }) =>
renderArticleConfig({
boolean,
color,
decorateAction,
hasScaling: false,
link: ,
select
}),
name: "Article teaser",
platform: "web",
type: "story",
defaultUserState: USER_STATES.GUEST
},
{
component: ({ boolean, color, select }, { decorateAction }) =>
renderArticleConfig({
boolean,
color,
decorateAction,
hasScaling: false,
link: ,
select
}),
name: "Article metered expired",
platform: "web",
type: "story",
defaultUserState: USER_STATES.RA_EXPIRED
}