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

Function Template

app/views/schools/TableRow.stories.js:12–16  ·  view source on GitHub ↗
(args, { argTypes })

Source from the content-addressed store, hash-verified

10}
11
12const Template = (args, { argTypes }) => ({
13 props: Object.keys(argTypes),
14 components: { TableRow },
15 template: '<table-row v-bind="$props" />'
16})
17
18export const Default = Template.bind({})
19Default.args = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected