{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Link/index.tsx\";\n\nimport React from 'react';\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport Wrapper from \"./../../Wrapper\";\nimport { Example as DefaultLink } from \"./Basic\";\nimport { Example as ExternalLink } from \"./ExternalLink\";\nimport { Example as CustomOnPress } from \"./CustomOnPress\";\nimport { Example as UnderlineLink } from \"./UnderlineLink\";\nimport { Example as CompositeLink } from \"./CompositeLink\";\nstoriesOf('Link', module).addDecorator(withKnobs).addDecorator(function (getStory) {\n  return React.createElement(Wrapper, null, getStory());\n}).add('Default Link', function () {\n  return React.createElement(DefaultLink, null);\n}).add('External Link', function () {\n  return React.createElement(ExternalLink, null);\n}).add('Custom Function onPress Link', function () {\n  return React.createElement(CustomOnPress, null);\n}).add('Composite Link Example', function () {\n  return React.createElement(CompositeLink, null);\n}).add('Underline Link', function () {\n  return React.createElement(UnderlineLink, null);\n});","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Link/index.tsx"],"names":["React","storiesOf","withKnobs","Wrapper","Example","DefaultLink","ExternalLink","CustomOnPress","UnderlineLink","CompositeLink","module","addDecorator","getStory","add"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,SAAT,QAA0B,yBAA1B;AACA,SAASC,SAAT,QAA0B,wBAA1B;AACA,OAAOC,OAAP;AACA,SAASC,OAAO,IAAIC,WAApB;AACA,SAASD,OAAO,IAAIE,YAApB;AACA,SAASF,OAAO,IAAIG,aAApB;AACA,SAASH,OAAO,IAAII,aAApB;AACA,SAASJ,OAAO,IAAIK,aAApB;AAEAR,SAAS,CAAC,MAAD,EAASS,MAAT,CAAT,CACGC,YADH,CACgBT,SADhB,EAEGS,YAFH,CAEgB,UAACC,QAAD;AAAA,SAAmB,oBAAC,OAAD,QAAUA,QAAQ,EAAlB,CAAnB;AAAA,CAFhB,EAGGC,GAHH,CAGO,cAHP,EAGuB;AAAA,SAAM,oBAAC,WAAD,OAAN;AAAA,CAHvB,EAIGA,GAJH,CAIO,eAJP,EAIwB;AAAA,SAAM,oBAAC,YAAD,OAAN;AAAA,CAJxB,EAKGA,GALH,CAKO,8BALP,EAKuC;AAAA,SAAM,oBAAC,aAAD,OAAN;AAAA,CALvC,EAMGA,GANH,CAMO,wBANP,EAMiC;AAAA,SAAM,oBAAC,aAAD,OAAN;AAAA,CANjC,EAOGA,GAPH,CAOO,gBAPP,EAOyB;AAAA,SAAM,oBAAC,aAAD,OAAN;AAAA,CAPzB","sourcesContent":["import React from 'react';\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport Wrapper from './../../Wrapper';\nimport { Example as DefaultLink } from './Basic';\nimport { Example as ExternalLink } from './ExternalLink';\nimport { Example as CustomOnPress } from './CustomOnPress';\nimport { Example as UnderlineLink } from './UnderlineLink';\nimport { Example as CompositeLink } from './CompositeLink';\n\nstoriesOf('Link', module)\n  .addDecorator(withKnobs)\n  .addDecorator((getStory: any) => <Wrapper>{getStory()}</Wrapper>)\n  .add('Default Link', () => <DefaultLink />)\n  .add('External Link', () => <ExternalLink />)\n  .add('Custom Function onPress Link', () => <CustomOnPress />)\n  .add('Composite Link Example', () => <CompositeLink />)\n  .add('Underline Link', () => <UnderlineLink />);\n"]},"metadata":{},"sourceType":"module"}