{"ast":null,"code":"import React from 'react';\nimport { Link, Text, Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Box, {\n    alignItems: \"center\"\n  }, React.createElement(Text, {\n    mx: \"16\"\n  }, \"NativeBase is a component library that enables devs to build universal design systems. It is built on top of React Native, allowing you to develop apps for Android, iOS and the Web.\", ' ', React.createElement(Link, {\n    href: \"https://nativebase.io\",\n    isExternal: true,\n    _text: {\n      color: 'blue.400'\n    },\n    mt: -0.5,\n    _web: {\n      mb: -2\n    }\n  }, \"Read More\")));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Link/ExternalLink.tsx"],"names":["React","Link","Text","Box","Example","color","mb"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,EAAeC,IAAf,EAAqBC,GAArB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,GAAD;AAAK,IAAA,UAAU,EAAC;AAAhB,KACE,oBAAC,IAAD;AAAM,IAAA,EAAE,EAAC;AAAT,8LAG6C,GAH7C,EAIE,oBAAC,IAAD;AACE,IAAA,IAAI,EAAC,uBADP;AAEE,IAAA,UAAU,MAFZ;AAGE,IAAA,KAAK,EAAE;AAAEC,MAAAA,KAAK,EAAE;AAAT,KAHT;AAIE,IAAA,EAAE,EAAE,CAAC,GAJP;AAKE,IAAA,IAAI,EAAE;AACJC,MAAAA,EAAE,EAAE,CAAC;AADD;AALR,iBAJF,CADF,CADF;AAoBD,CArBM","sourcesContent":["import React from 'react';\nimport { Link, Text, Box } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Box alignItems=\"center\">\n      <Text mx=\"16\">\n        NativeBase is a component library that enables devs to build universal\n        design systems. It is built on top of React Native, allowing you to\n        develop apps for Android, iOS and the Web.{' '}\n        <Link\n          href=\"https://nativebase.io\"\n          isExternal\n          _text={{ color: 'blue.400' }}\n          mt={-0.5}\n          _web={{\n            mb: -2,\n          }}\n        >\n          Read More\n        </Link>\n      </Text>\n    </Box>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}