{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Input/Variant.tsx\";\n\nimport React from 'react';\nimport { Input, Stack, Center } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Center, null, React.createElement(Stack, {\n    space: 4,\n    w: \"75%\",\n    maxW: \"300px\"\n  }, React.createElement(Input, {\n    variant: \"outline\",\n    placeholder: \"Outline\"\n  }), React.createElement(Input, {\n    variant: \"filled\",\n    placeholder: \"Filled\"\n  }), React.createElement(Input, {\n    variant: \"underlined\",\n    placeholder: \"Underlined\"\n  }), React.createElement(Input, {\n    variant: \"unstyled\",\n    placeholder: \"Unstyled\"\n  }), React.createElement(Input, {\n    variant: \"rounded\",\n    placeholder: \"Round\"\n  })));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Input/Variant.tsx"],"names":["React","Input","Stack","Center","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,KAAT,EAAgBC,KAAhB,EAAuBC,MAAvB;AACA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,MAAD,QACE,oBAAC,KAAD;AAAO,IAAA,KAAK,EAAE,CAAd;AAAiB,IAAA,CAAC,EAAC,KAAnB;AAAyB,IAAA,IAAI,EAAC;AAA9B,KACE,oBAAC,KAAD;AAAO,IAAA,OAAO,EAAC,SAAf;AAAyB,IAAA,WAAW,EAAC;AAArC,IADF,EAEE,oBAAC,KAAD;AAAO,IAAA,OAAO,EAAC,QAAf;AAAwB,IAAA,WAAW,EAAC;AAApC,IAFF,EAGE,oBAAC,KAAD;AAAO,IAAA,OAAO,EAAC,YAAf;AAA4B,IAAA,WAAW,EAAC;AAAxC,IAHF,EAIE,oBAAC,KAAD;AAAO,IAAA,OAAO,EAAC,UAAf;AAA0B,IAAA,WAAW,EAAC;AAAtC,IAJF,EAKE,oBAAC,KAAD;AAAO,IAAA,OAAO,EAAC,SAAf;AAAyB,IAAA,WAAW,EAAC;AAArC,IALF,CADF,CADF;AAWD,CAZM","sourcesContent":["import React from 'react';\nimport { Input, Stack, Center } from 'native-base';\nexport const Example = () => {\n  return (\n    <Center>\n      <Stack space={4} w=\"75%\" maxW=\"300px\">\n        <Input variant=\"outline\" placeholder=\"Outline\" />\n        <Input variant=\"filled\" placeholder=\"Filled\" />\n        <Input variant=\"underlined\" placeholder=\"Underlined\" />\n        <Input variant=\"unstyled\" placeholder=\"Unstyled\" />\n        <Input variant=\"rounded\" placeholder=\"Round\" />\n      </Stack>\n    </Center>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}