fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/9586-js-react-memo/properties.snapshot

Summary

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

exports[`react component properties 9586-js-react-memo 1`] = `
Object {
  "rows": Array [
    Object {
      "defaultValue": null,
      "description": "",
      "name": "label",
      "required": true,
      "sbType": Object {
        "name": "string",
      },
      "type": Object {
        "detail": undefined,
        "summary": "string",
      },
    },
    Object {
      "defaultValue": null,
      "description": "",
      "name": "onClick",
      "required": true,
      "sbType": Object {
        "name": "function",
      },
      "type": Object {
        "detail": undefined,
        "summary": "func",
      },
    },
  ],
}
`;