MCPcopy
hub / github.com/henryboldi/felony / showComposerWithType

Function showComposerWithType

app/actions/UIActions.js:23–25  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

21}
22
23export function showComposerWithType(type) {
24 return { type: types.SHOW_COMPOSER_WITH_TYPE, data: type }
25}
26
27export function setOutput(output) {
28 console.log('inside ui actions', output)

Callers 3

mapDispatchToPropsFunction · 0.85
mapDispatchToPropsFunction · 0.85
mapDispatchToPropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected