{"ast":null,"code":"import React from 'react';\nimport { Heading } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport function Example() {\n  return React.createElement(Heading, {\n    isTruncated: true\n  }, \"NativeBase is a simple, modular and accessible component library that gives you building blocks to build you React applications.\");\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Heading/Truncate.tsx"],"names":["React","Heading","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,OAAT;AAEA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,oBAAC,OAAD;AAAS,IAAA,WAAW;AAApB,wIADF;AAMD","sourcesContent":["import React from 'react';\nimport { Heading } from 'native-base';\n\nexport function Example() {\n  return (\n    <Heading isTruncated>\n      NativeBase is a simple, modular and accessible component library that\n      gives you building blocks to build you React applications.\n    </Heading>\n  );\n}\n"]},"metadata":{},"sourceType":"module"}