fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/8143-ts-imported-types/properties.snapshot

Summary

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

exports[`react component properties 8143-ts-imported-types 1`] = `
Object {
  "rows": Array [
    Object {
      "defaultValue": null,
      "description": "",
      "name": "bar",
      "required": true,
      "sbType": Object {
        "name": "other",
        "raw": "Foo['bar']",
        "value": "Foo['bar']",
      },
      "type": Object {
        "detail": undefined,
        "summary": "Foo['bar']",
      },
    },
  ],
}
`;