fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/9556-ts-react-default-exports/argTypes.snapshot

Summary

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

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