fcc836e3444007b077132d2c9d08ba324524401922afc477c1e08666838be969.json 796 B

1
  1. {"ast":null,"code":"export const getRenderPropValue = propValue => {\n if (!propValue) {\n return null;\n }\n return typeof propValue === 'function' ? propValue() : propValue;\n};","map":{"version":3,"names":["getRenderPropValue","propValue"],"sources":["/Users/max_liu/max_liu/company/tools_auto_pt/node_modules/antd/es/_util/getRenderPropValue.js"],"sourcesContent":["export const getRenderPropValue = propValue => {\n if (!propValue) {\n return null;\n }\n return typeof propValue === 'function' ? propValue() : propValue;\n};"],"mappings":"AAAA,OAAO,MAAMA,kBAAkB,GAAGC,SAAS,IAAI;EAC7C,IAAI,CAACA,SAAS,EAAE;IACd,OAAO,IAAI;EACb;EACA,OAAO,OAAOA,SAAS,KAAK,UAAU,GAAGA,SAAS,CAAC,CAAC,GAAGA,SAAS;AAClE,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}