{"ast":null,"code":"import React from 'react';\nimport { Skeleton, Stack } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Stack, {\n    w: \"50%\"\n  }, React.createElement(Skeleton, {\n    startColor: \"pink.600\",\n    fadeDuration: 0.9,\n    h: 20,\n    speed: 10,\n    endColor: \"green.500\"\n  }));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Skeleton/FadeDuration.tsx"],"names":["React","Skeleton","Stack","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,QAAT,EAAmBC,KAAnB;AACA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,KAAD;AAAO,IAAA,CAAC,EAAC;AAAT,KACE,oBAAC,QAAD;AACE,IAAA,UAAU,EAAC,UADb;AAEE,IAAA,YAAY,EAAE,GAFhB;AAGE,IAAA,CAAC,EAAE,EAHL;AAIE,IAAA,KAAK,EAAE,EAJT;AAKE,IAAA,QAAQ,EAAC;AALX,IADF,CADF;AAWD,CAZM","sourcesContent":["import React from 'react';\nimport { Skeleton, Stack } from 'native-base';\nexport const Example = () => {\n  return (\n    <Stack w=\"50%\">\n      <Skeleton\n        startColor=\"pink.600\"\n        fadeDuration={0.9}\n        h={20}\n        speed={10}\n        endColor=\"green.500\"\n      ></Skeleton>\n    </Stack>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}