{"version":3,"sources":["webpack:///./react-components/buttonLink.js"],"names":["ButtonLink","_ref","style","children","rest","_objectWithoutProperties","_excluded","React","createElement","_Link","_extends","as","type","data-pagename","_objectSpread","background","border","cursor"],"mappings":"oyBAYe,SAASA,EAAUC,GAId,IAJe,MACjCC,EAAQ,GAAE,SACVC,GAEgBF,EADbG,EAAIC,IAAAJ,EAAAK,GAEP,OACEC,IAAAC,cAAAC,IAAAC,IAAA,CACEC,GAAG,SACHC,KAAK,SACLC,gBAAc,GACdX,MAAKY,EAAA,CACHC,WAAY,OACZC,OAAQ,OACRC,OAAQ,WACLf,IAEDE,GAEHD","file":"default~chatComponent~contact-list~funding-option-selector~guest~request-preview~send-page~universal~82064510.esm.js","sourcesContent":["// @flow\nimport React from 'react'\nimport { Link } from '@paypalcorp/pp-react'\n\ntype ButtonLinkProps = {\n style?: Object,\n children: any,\n}\n\n/**\n * Use the pp-react Link component as button and remove button styling.\n */\nexport default function ButtonLink({\n style = {},\n children,\n ...rest\n}: ButtonLinkProps) {\n return (\n \n {children}\n \n )\n}\n"],"sourceRoot":""}