{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Text/Nested.tsx\";\n\nimport React from 'react';\nimport { Text } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Text, {\n    italic: true\n  }, React.createElement(Text, {\n    bold: true\n  }, \"Taj Mahal\"), \" is in Agra.\");\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Text/Nested.tsx"],"names":["React","Text","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,IAAD;AAAM,IAAA,MAAM;AAAZ,KACE,oBAAC,IAAD;AAAM,IAAA,IAAI;AAAV,iBADF,iBADF;AAKD,CANM","sourcesContent":["import React from 'react';\nimport { Text } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Text italic>\n      <Text bold>Taj Mahal</Text> is in Agra.\n    </Text>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}