fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/8143-ts-react-fc-generics/argTypes.snapshot

Summary

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

exports[`react component properties 8143-ts-react-fc-generics 1`] = `
Object {
  "padding": Object {
    "control": Object {
      "type": "object",
    },
    "description": undefined,
    "name": "padding",
    "table": Object {
      "defaultValue": Object {
        "detail": undefined,
        "summary": "'0'",
      },
      "jsDocTags": undefined,
      "type": Object {
        "detail": undefined,
        "summary": "unknown",
      },
    },
    "type": Object {
      "required": false,
    },
  },
}
`;