{"version":3,"file":"1287.esm.js","mappings":";swBAYe,SAASA,EAAUC,GAId,IAJe,MACjCC,EAAQ,CAAC,EAAC,SACVC,GAEgBF,EADbG,GAAIC,EAAAA,EAAAA,GAAAJ,EAAAK,GAEP,OACEC,IAAAA,cAAAC,EAAAA,GAAAC,EAAAA,EAAAA,GAAA,CACEC,GAAG,SACHC,KAAK,SACL,gBAAc,GACdT,MAAKU,EAAA,CACHC,WAAY,OACZC,OAAQ,OACRC,OAAQ,WACLb,IAEDE,GAEHD,EAGP","sources":["webpack:///./react-components/buttonLink.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"],"names":["ButtonLink","_ref","style","children","rest","_objectWithoutProperties","_excluded","React","_Link","_extends","as","type","_objectSpread","background","border","cursor"],"sourceRoot":""}