{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/FormControl/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 Usage } from \"./Usage\";\nimport { Example as CustomStyle } from \"./CustomStyle\";\nimport { Example as Playground } from \"./Playground\";\nstoriesOf('FormControl', module).addDecorator(withKnobs).addDecorator(function (getStory) {\n  return React.createElement(Wrapper, null, getStory());\n}).add('Playground', function () {\n  return React.createElement(Playground, null);\n}).add('Usage', function () {\n  return React.createElement(Usage, null);\n}).add('CustomStyle', function () {\n  return React.createElement(CustomStyle, null);\n});","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/FormControl/index.tsx"],"names":["React","storiesOf","withKnobs","Wrapper","Example","Usage","CustomStyle","Playground","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,KAApB;AACA,SAASD,OAAO,IAAIE,WAApB;AACA,SAASF,OAAO,IAAIG,UAApB;AAEAN,SAAS,CAAC,aAAD,EAAgBO,MAAhB,CAAT,CACGC,YADH,CACgBP,SADhB,EAEGO,YAFH,CAEgB,UAACC,QAAD;AAAA,SAAmB,oBAAC,OAAD,QAAUA,QAAQ,EAAlB,CAAnB;AAAA,CAFhB,EAGGC,GAHH,CAGO,YAHP,EAGqB;AAAA,SAAM,oBAAC,UAAD,OAAN;AAAA,CAHrB,EAIGA,GAJH,CAIO,OAJP,EAIgB;AAAA,SAAM,oBAAC,KAAD,OAAN;AAAA,CAJhB,EAKGA,GALH,CAKO,aALP,EAKsB;AAAA,SAAM,oBAAC,WAAD,OAAN;AAAA,CALtB","sourcesContent":["import React from 'react';\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport Wrapper from './../../Wrapper';\nimport { Example as Usage } from './Usage';\nimport { Example as CustomStyle } from './CustomStyle';\nimport { Example as Playground } from './Playground';\n\nstoriesOf('FormControl', module)\n  .addDecorator(withKnobs)\n  .addDecorator((getStory: any) => <Wrapper>{getStory()}</Wrapper>)\n  .add('Playground', () => <Playground />)\n  .add('Usage', () => <Usage />)\n  .add('CustomStyle', () => <CustomStyle />);\n"]},"metadata":{},"sourceType":"module"}