fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/9023-js-hoc/argTypes.snapshot

Summary

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

exports[`react component properties 9023-js-hoc 1`] = `
Object {
  "classes": Object {
    "control": Object {
      "type": "object",
    },
    "description": "",
    "name": "classes",
    "table": Object {
      "defaultValue": null,
      "jsDocTags": undefined,
      "type": Object {
        "detail": undefined,
        "summary": "object",
      },
    },
    "type": Object {
      "name": "object",
      "required": true,
    },
  },
  "dismissible": Object {
    "control": Object {
      "type": "boolean",
    },
    "description": "",
    "name": "dismissible",
    "table": Object {
      "defaultValue": Object {
        "detail": undefined,
        "summary": "false",
      },
      "jsDocTags": undefined,
      "type": Object {
        "detail": undefined,
        "summary": "bool",
      },
    },
    "type": Object {
      "name": "boolean",
      "required": false,
    },
  },
  "icon": Object {
    "control": Object {
      "type": "object",
    },
    "description": "",
    "name": "icon",
    "table": Object {
      "defaultValue": null,
      "jsDocTags": undefined,
      "type": Object {
        "detail": undefined,
        "summary": "elementType",
      },
    },
    "type": Object {
      "name": "other",
      "required": false,
      "value": "elementType",
    },
  },
  "variant": Object {
    "control": Object {
      "type": "text",
    },
    "description": "",
    "name": "variant",
    "table": Object {
      "defaultValue": Object {
        "detail": undefined,
        "summary": "'primary'",
      },
      "jsDocTags": undefined,
      "type": Object {
        "detail": undefined,
        "summary": "string",
      },
    },
    "type": Object {
      "name": "string",
      "required": false,
    },
  },
}
`;