fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/10278-ts-multiple-components/argTypes.snapshot

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`react component properties 10278-ts-multiple-components 1`] = `
Object {
  "aProperty": Object {
    "control": Object {
      "type": "object",
    },
    "description": "",
    "name": "aProperty",
    "table": Object {
      "defaultValue": null,
      "jsDocTags": undefined,
      "type": Object {
        "detail": undefined,
        "summary": "any",
      },
    },
    "type": Object {
      "name": "other",
      "required": true,
      "value": "any",
    },
  },
}
`;