{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Switch/Sizes.tsx\";\n\nimport React from 'react';\nimport { Switch, VStack } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(VStack, {\n    space: 4,\n    alignItems: \"center\"\n  }, React.createElement(Switch, {\n    size: \"sm\"\n  }), React.createElement(Switch, {\n    size: \"md\"\n  }), React.createElement(Switch, {\n    size: \"lg\"\n  }));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Switch/Sizes.tsx"],"names":["React","Switch","VStack","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,MAAT,EAAiBC,MAAjB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,MAAD;AAAQ,IAAA,KAAK,EAAE,CAAf;AAAkB,IAAA,UAAU,EAAC;AAA7B,KACE,oBAAC,MAAD;AAAQ,IAAA,IAAI,EAAC;AAAb,IADF,EAEE,oBAAC,MAAD;AAAQ,IAAA,IAAI,EAAC;AAAb,IAFF,EAGE,oBAAC,MAAD;AAAQ,IAAA,IAAI,EAAC;AAAb,IAHF,CADF;AAOD,CARM","sourcesContent":["import React from 'react';\nimport { Switch, VStack } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <VStack space={4} alignItems=\"center\">\n      <Switch size=\"sm\" />\n      <Switch size=\"md\" />\n      <Switch size=\"lg\" />\n    </VStack>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}