{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Input/Basic.tsx\";\n\nimport React from 'react';\nimport { Input, 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(Input, {\n    isDisabled: true,\n    mx: \"3\",\n    placeholder: \"Input\",\n    w: \"75%\",\n    maxWidth: \"300px\"\n  }));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Input/Basic.tsx"],"names":["React","Input","Box","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,KAAT,EAAgBC,GAAhB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,GAAD;AAAK,IAAA,UAAU,EAAC;AAAhB,KACE,oBAAC,KAAD;AAAO,IAAA,UAAU,MAAjB;AAAkB,IAAA,EAAE,EAAC,GAArB;AAAyB,IAAA,WAAW,EAAC,OAArC;AAA6C,IAAA,CAAC,EAAC,KAA/C;AAAqD,IAAA,QAAQ,EAAC;AAA9D,IADF,CADF;AAKD,CANM","sourcesContent":["import React from 'react';\nimport { Input, Box } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Box alignItems=\"center\">\n      <Input isDisabled mx=\"3\" placeholder=\"Input\" w=\"75%\" maxWidth=\"300px\" />\n    </Box>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}