{"ast":null,"code":"import React from 'react';\nimport { Stack, Divider, Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport function Example() {\n  return React.createElement(Stack, {\n    space: 3,\n    alignItems: \"center\"\n  }, React.createElement(Box, null, React.createElement(Stack, {\n    direction: \"row\",\n    space: 2,\n    mb: \"3\",\n    alignItems: \"center\",\n    divider: React.createElement(Divider, {\n      thickness: \"2\",\n      bg: \"coolGray.200\"\n    })\n  }, React.createElement(Box, null, \"Simple\"), React.createElement(Box, null, \"Easy\"), React.createElement(Box, null, \"Beautiful\"))));\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Stack/divider.tsx"],"names":["React","Stack","Divider","Box","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,KAAT,EAAgBC,OAAhB,EAAyBC,GAAzB;AAEA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,oBAAC,KAAD;AAAO,IAAA,KAAK,EAAE,CAAd;AAAiB,IAAA,UAAU,EAAC;AAA5B,KACE,oBAAC,GAAD,QACE,oBAAC,KAAD;AACE,IAAA,SAAS,EAAC,KADZ;AAEE,IAAA,KAAK,EAAE,CAFT;AAGE,IAAA,EAAE,EAAC,GAHL;AAIE,IAAA,UAAU,EAAC,QAJb;AAKE,IAAA,OAAO,EAAE,oBAAC,OAAD;AAAS,MAAA,SAAS,EAAC,GAAnB;AAAuB,MAAA,EAAE,EAAC;AAA1B;AALX,KAOE,oBAAC,GAAD,iBAPF,EAQE,oBAAC,GAAD,eARF,EASE,oBAAC,GAAD,oBATF,CADF,CADF,CADF;AAiBD","sourcesContent":["import React from 'react';\nimport { Stack, Divider, Box } from 'native-base';\n\nexport function Example() {\n  return (\n    <Stack space={3} alignItems=\"center\">\n      <Box>\n        <Stack\n          direction=\"row\"\n          space={2}\n          mb=\"3\"\n          alignItems=\"center\"\n          divider={<Divider thickness=\"2\" bg=\"coolGray.200\" />}\n        >\n          <Box>Simple</Box>\n          <Box>Easy</Box>\n          <Box>Beautiful</Box>\n        </Stack>\n      </Box>\n    </Stack>\n  );\n}\n"]},"metadata":{},"sourceType":"module"}