{"ast":null,"code":"import React from 'react';\nimport { Box, Text, Heading } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport function Example() {\n  return React.createElement(Box, null, React.createElement(Heading, {\n    size: \"xl\",\n    mb: \"4\"\n  }, \"Heading\"), React.createElement(Text, {\n    fontSize: \"xl\"\n  }, \"Headings are used for rendering headlines. Heading composes Text so you can use all the style props.\"));\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Heading/Composition.tsx"],"names":["React","Box","Text","Heading","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,GAAT,EAAcC,IAAd,EAAoBC,OAApB;AAEA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,oBAAC,GAAD,QACE,oBAAC,OAAD;AAAS,IAAA,IAAI,EAAC,IAAd;AAAmB,IAAA,EAAE,EAAC;AAAtB,eADF,EAIE,oBAAC,IAAD;AAAM,IAAA,QAAQ,EAAC;AAAf,4GAJF,CADF;AAWD","sourcesContent":["import React from 'react';\nimport { Box, Text, Heading } from 'native-base';\n\nexport function Example() {\n  return (\n    <Box>\n      <Heading size=\"xl\" mb=\"4\">\n        Heading\n      </Heading>\n      <Text fontSize=\"xl\">\n        Headings are used for rendering headlines. Heading composes Text so you\n        can use all the style props.\n      </Text>\n    </Box>\n  );\n}\n"]},"metadata":{},"sourceType":"module"}