{"ast":null,"code":"import React from 'react';\nimport { Link } 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(Link, {\n    _text: {\n      fontSize: 'xl',\n      _light: {\n        color: 'cyan.500'\n      },\n      color: 'cyan.300'\n    },\n    mt: 4,\n    href: \"https://nativebase.io\",\n    isUnderlined: true,\n    _hover: {\n      _text: {\n        _light: {\n          color: 'cyan.600'\n        },\n        color: 'cyan.400'\n      }\n    },\n    children: \"Click me to open NativeBase website.\"\n  });\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Link/UnderlineLink.tsx"],"names":["React","Link","Example","fontSize","_light","color","_text"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT;;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SAEE,KAAC,IAAD;AACE,IAAA,KAAK,EAAE;AACLC,MAAAA,QAAQ,EAAE,IADL;AAELC,MAAAA,MAAM,EAAE;AACNC,QAAAA,KAAK,EAAE;AADD,OAFH;AAKLA,MAAAA,KAAK,EAAE;AALF,KADT;AAQE,IAAA,EAAE,EAAE,CARN;AASE,IAAA,IAAI,EAAC,uBATP;AAUE,IAAA,YAAY,MAVd;AAWE,IAAA,MAAM,EAAE;AACNC,MAAAA,KAAK,EAAE;AACLF,QAAAA,MAAM,EAAE;AACNC,UAAAA,KAAK,EAAE;AADD,SADH;AAILA,QAAAA,KAAK,EAAE;AAJF;AADD,KAXV;AAAA;AAAA,IAFF;AAyBD,CA1BM","sourcesContent":["import React from 'react';\nimport { Link } from 'native-base';\n\nexport const Example = () => {\n  return (\n    // @ts-ignore\n    <Link\n      _text={{\n        fontSize: 'xl',\n        _light: {\n          color: 'cyan.500',\n        },\n        color: 'cyan.300',\n      }}\n      mt={4}\n      href=\"https://nativebase.io\"\n      isUnderlined\n      _hover={{\n        _text: {\n          _light: {\n            color: 'cyan.600',\n          },\n          color: 'cyan.400',\n        },\n      }}\n    >\n      Click me to open NativeBase website.\n    </Link>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}