fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/9465-ts-type-props/argTypes.snapshot

Summary

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

exports[`react component properties 9465-ts-type-props 1`] = `
Object {
  "disabled": Object {
    "control": Object {
      "type": "boolean",
    },
    "description": "",
    "name": "disabled",
    "table": Object {
      "defaultValue": Object {
        "detail": undefined,
        "summary": "false",
      },
      "jsDocTags": undefined,
      "type": Object {
        "detail": undefined,
        "summary": "boolean",
      },
    },
    "type": Object {
      "name": "boolean",
      "required": false,
    },
  },
}
`;