You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
774 B
1 lines
774 B
{"ast":null,"code":"export function withPane(props, context) {\n const pane = props.pane ?? context.pane;\n return pane ? { ...props,\n pane\n } : props;\n}","map":{"version":3,"names":["withPane","props","context","pane"],"sources":["/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/node_modules/@react-leaflet/core/lib/pane.js"],"sourcesContent":["export function withPane(props, context) {\n const pane = props.pane ?? context.pane;\n return pane ? {\n ...props,\n pane\n } : props;\n}\n"],"mappings":"AAAA,OAAO,SAASA,QAAT,CAAkBC,KAAlB,EAAyBC,OAAzB,EAAkC;EACrC,MAAMC,IAAI,GAAGF,KAAK,CAACE,IAAN,IAAcD,OAAO,CAACC,IAAnC;EACA,OAAOA,IAAI,GAAG,EACV,GAAGF,KADO;IAEVE;EAFU,CAAH,GAGPF,KAHJ;AAIH"},"metadata":{},"sourceType":"module"} |