fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/9591-ts-import-types/docgen.snapshot

Summary

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

exports[`react component properties 9591-ts-import-types 1`] = `
"import React from 'react';

const Other = props => /*#__PURE__*/React.createElement(\\"span\\", props, \\"Other\\");

export const component = Other;
Other.__docgenInfo = {
  \\"description\\": \\"\\",
  \\"methods\\": [],
  \\"displayName\\": \\"Other\\",
  \\"props\\": {
    \\"other\\": {
      \\"required\\": false,
      \\"tsType\\": {
        \\"name\\": \\"number\\"
      },
      \\"description\\": \\"\\"
    }
  }
};"
`;