{"ast":null,"code":"import React from 'react';\nimport { TextArea, Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport var Example = function Example() {\n  return _jsx(Box, {\n    alignItems: \"center\",\n    w: \"100%\",\n    children: _jsx(TextArea, {\n      _stack: {\n        resize: 'both'\n      },\n      h: 20,\n      placeholder: \"Text Area Placeholder\",\n      w: \"75%\",\n      maxW: \"300\"\n    })\n  });\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/TextArea/basic.tsx"],"names":["React","TextArea","Box","Example","resize"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,QAAT,EAAmBC,GAAnB;;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,KAAC,GAAD;AAAK,IAAA,UAAU,EAAC,QAAhB;AAAyB,IAAA,CAAC,EAAC,MAA3B;AAAA,cACE,KAAC,QAAD;AACE,MAAA,MAAM,EAAE;AAAEC,QAAAA,MAAM,EAAE;AAAV,OADV;AAEE,MAAA,CAAC,EAAE,EAFL;AAGE,MAAA,WAAW,EAAC,uBAHd;AAIE,MAAA,CAAC,EAAC,KAJJ;AAKE,MAAA,IAAI,EAAC;AALP;AADF,IADF;AAWD,CAZM","sourcesContent":["import React from 'react';\nimport { TextArea, Box } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Box alignItems=\"center\" w=\"100%\">\n      <TextArea\n        _stack={{ resize: 'both' }}\n        h={20}\n        placeholder=\"Text Area Placeholder\"\n        w=\"75%\"\n        maxW=\"300\"\n      />\n    </Box>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}