fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/9721-ts-deprecated-jsdoc/properties.snapshot

Summary

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

exports[`react component properties 9721-ts-deprecated-jsdoc 1`] = `
Object {
  "rows": Array [
    Object {
      "defaultValue": null,
      "description": "",
      "name": "width",
      "required": true,
      "sbType": Object {
        "name": "number",
      },
      "type": Object {
        "detail": undefined,
        "summary": "number",
      },
    },
    Object {
      "defaultValue": null,
      "description": "The size (replaces width)",
      "name": "size",
      "required": true,
      "sbType": Object {
        "name": "object",
        "raw": "{ width: number; height: number }",
        "value": Object {
          "height": Object {
            "name": "number",
          },
          "width": Object {
            "name": "number",
          },
        },
      },
      "type": Object {
        "detail": undefined,
        "summary": "signature",
      },
    },
  ],
}
`;