{"ast":null,"code":"import React from 'react';\nimport { AspectRatio, Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(AspectRatio, {\n    height: 200,\n    ratio: {\n      base: 4 / 3,\n      md: 16 / 9\n    }\n  }, React.createElement(Box, {\n    bg: \"red.400\"\n  }));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/AspectRatio/Basic.tsx"],"names":["React","AspectRatio","Box","Example","base","md"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,WAAT,EAAsBC,GAAtB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,WAAD;AAAa,IAAA,MAAM,EAAE,GAArB;AAA0B,IAAA,KAAK,EAAE;AAAEC,MAAAA,IAAI,EAAE,IAAI,CAAZ;AAAeC,MAAAA,EAAE,EAAE,KAAK;AAAxB;AAAjC,KACE,oBAAC,GAAD;AAAK,IAAA,EAAE,EAAC;AAAR,IADF,CADF;AAKD,CANM","sourcesContent":["import React from 'react';\nimport { AspectRatio, Box } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <AspectRatio height={200} ratio={{ base: 4 / 3, md: 16 / 9 }}>\n      <Box bg=\"red.400\" />\n    </AspectRatio>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}