{"ast":null,"code":"import React from 'react';\nimport { Image, Center } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport function Example() {\n  return _jsx(Center, {\n    children: _jsx(Image, {\n      size: 150,\n      borderRadius: 100,\n      source: {\n        uri: 'https://wallpaperaccess.com/full/317501.jpg'\n      },\n      alt: \"Alternate Text\"\n    })\n  });\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Image/BorderRadius.tsx"],"names":["React","Image","Center","Example","uri"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,KAAT,EAAgBC,MAAhB;;AACA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,KAAC,MAAD;AAAA,cACE,KAAC,KAAD;AACE,MAAA,IAAI,EAAE,GADR;AAEE,MAAA,YAAY,EAAE,GAFhB;AAGE,MAAA,MAAM,EAAE;AACNC,QAAAA,GAAG,EAAE;AADC,OAHV;AAME,MAAA,GAAG,EAAC;AANN;AADF,IADF;AAYD","sourcesContent":["import React from 'react';\nimport { Image, Center } from 'native-base';\nexport function Example() {\n  return (\n    <Center>\n      <Image\n        size={150}\n        borderRadius={100}\n        source={{\n          uri: 'https://wallpaperaccess.com/full/317501.jpg',\n        }}\n        alt=\"Alternate Text\"\n      />\n    </Center>\n  );\n}\n"]},"metadata":{},"sourceType":"module"}