{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/theme/Responsive/Basic.tsx\";\n\nimport React from 'react';\nimport { Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Box, {\n    bg: \"red.200\",\n    w: ['100px', '400px', '560px']\n  }, \"This is a box\");\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/theme/Responsive/Basic.tsx"],"names":["React","Box","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,GAAT;AACA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,GAAD;AAAK,IAAA,EAAE,EAAC,SAAR;AAAkB,IAAA,CAAC,EAAE,CAAC,OAAD,EAAU,OAAV,EAAmB,OAAnB;AAArB,qBADF;AAKD,CANM","sourcesContent":["import React from 'react';\nimport { Box } from 'native-base';\nexport const Example = () => {\n  return (\n    <Box bg=\"red.200\" w={['100px', '400px', '560px']}>\n      This is a box\n    </Box>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}