{"ast":null,"code":"import React from 'react';\nimport { 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    bg: \"primary.400\",\n    _text: {\n      color: 'white',\n      fontWeight: 'bold'\n    },\n    height: 200,\n    width: {\n      base: 200,\n      lg: 400\n    },\n    children: \"This is the Center\"\n  });\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,KAAC,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,KAJT;AAAA;AAAA,IADF;AAUD","sourcesContent":["import React from 'react';\nimport { Center } from 'native-base';\nexport function Example() {\n  return (\n    <Center\n      bg=\"primary.400\"\n      _text={{ color: 'white', fontWeight: 'bold' }}\n      height={200}\n      width={{ base: 200, lg: 400 }}\n    >\n      This is the Center\n    </Center>\n  );\n}\n"]},"metadata":{},"sourceType":"module"}