MCPcopy Create free account
hub / github.com/codecombat/codecombat / Template

Function Template

app/views/pd/PDViewV2.stories.js:8–12  ·  view source on GitHub ↗
(args, { argTypes })

Source from the content-addressed store, hash-verified

6}
7
8const Template = (args, { argTypes }) => ({
9 props: Object.keys(argTypes),
10 components: { PDViewV2 },
11 template: '<PDViewV2 v-bind="$props" />',
12})
13
14export const Default = Template.bind({})
15Default.args = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected