{"ast":null,"code":"var _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Image/FallbackElement.tsx\";\nimport React from 'react';\nimport { Image, Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport function Example() {\n  return React.createElement(Image, {\n    size: 150,\n    alt: \"fallback text\",\n    borderRadius: 2,\n    src: \"https://cdn.pixaba.com/photo/2015/04/19/08/32/marguerite-729510__340.jpg\",\n    fallbackElement: React.createElement(Box, {\n      boxSize: 20,\n      bg: \"red.100\"\n    }, \"This is a box\")\n  });\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Image/FallbackElement.tsx"],"names":["React","Image","Box","Example"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,KAAT,EAAgBC,GAAhB;AACA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,oBAAC,KAAD;AACE,IAAA,IAAI,EAAE,GADR;AAEE,IAAA,GAAG,EAAC,eAFN;AAGE,IAAA,YAAY,EAAE,CAHhB;AAIE,IAAA,GAAG,EAAC,0EAJN;AAKE,IAAA,eAAe,EACb,oBAAC,GAAD;AAAK,MAAA,OAAO,EAAE,EAAd;AAAkB,MAAA,EAAE,EAAC;AAArB;AANJ,IADF;AAaD","sourcesContent":["import React from 'react';\nimport { Image, Box } from 'native-base';\nexport function Example() {\n  return (\n    <Image\n      size={150}\n      alt=\"fallback text\"\n      borderRadius={2}\n      src=\"https://cdn.pixaba.com/photo/2015/04/19/08/32/marguerite-729510__340.jpg\"\n      fallbackElement={\n        <Box boxSize={20} bg=\"red.100\">\n          This is a box\n        </Box>\n      }\n    />\n  );\n}\n"]},"metadata":{},"sourceType":"module"}