fbredius/storybook

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

Summary

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

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