{"ast":null,"code":"import React from 'react';\nimport { Link } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport var Example = function Example() {\n  return _jsx(Link, {\n    mt: 4,\n    href: \"https://nativebase.io\",\n    children: \"Click here to open documentation.\"\n  });\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Link/Basic.tsx"],"names":["React","Link","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT;;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,KAAC,IAAD;AAAM,IAAA,EAAE,EAAE,CAAV;AAAa,IAAA,IAAI,EAAC,uBAAlB;AAAA;AAAA,IADF;AAKD,CANM","sourcesContent":["import React from 'react';\nimport { Link } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Link mt={4} href=\"https://nativebase.io\">\n      Click here to open documentation.\n    </Link>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}