{"ast":null,"code":"var _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Center/Basic.tsx\";\nimport React from 'react';\nimport { Center } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport function Example() {\n  return React.createElement(Center, null, React.createElement(Center, {\n    bg: \"primary.400\",\n    _text: {\n      color: 'white',\n      fontWeight: 'bold'\n    },\n    height: 200,\n    width: {\n      base: 200,\n      lg: 250\n    }\n  }, \"This is the Center\"));\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Center/Basic.tsx"],"names":["React","Center","Example","color","fontWeight","base","lg"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,MAAT;AACA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,oBAAC,MAAD,QACE,oBAAC,MAAD;AACE,IAAA,EAAE,EAAC,aADL;AAEE,IAAA,KAAK,EAAE;AAAEC,MAAAA,KAAK,EAAE,OAAT;AAAkBC,MAAAA,UAAU,EAAE;AAA9B,KAFT;AAGE,IAAA,MAAM,EAAE,GAHV;AAIE,IAAA,KAAK,EAAE;AAAEC,MAAAA,IAAI,EAAE,GAAR;AAAaC,MAAAA,EAAE,EAAE;AAAjB;AAJT,0BADF,CADF;AAYD","sourcesContent":["import React from 'react';\nimport { Center } from 'native-base';\nexport function Example() {\n  return (\n    <Center>\n      <Center\n        bg=\"primary.400\"\n        _text={{ color: 'white', fontWeight: 'bold' }}\n        height={200}\n        width={{ base: 200, lg: 250 }}\n      >\n        This is the Center\n      </Center>\n    </Center>\n  );\n}\n"]},"metadata":{},"sourceType":"module"}