{"ast":null,"code":"export const getRenderPropValue = propValue => {\n  if (!propValue) {\n    return null;\n  }\n  if (typeof propValue === 'function') {\n    return propValue();\n  }\n  return propValue;\n};","map":{"version":3,"names":["getRenderPropValue","propValue"],"sources":["/Users/chrishaack/UC_Trains_Voice/react-demo/node_modules/antd/es/_util/getRenderPropValue.js"],"sourcesContent":["export const getRenderPropValue = propValue => {\n  if (!propValue) {\n    return null;\n  }\n  if (typeof propValue === 'function') {\n    return propValue();\n  }\n  return propValue;\n};"],"mappings":"AAAA,OAAO,MAAMA,kBAAkB,GAAGC,SAAS,IAAI;EAC7C,IAAI,CAACA,SAAS,EAAE;IACd,OAAO,IAAI;EACb;EACA,IAAI,OAAOA,SAAS,KAAK,UAAU,EAAE;IACnC,OAAOA,SAAS,CAAC,CAAC;EACpB;EACA,OAAOA,SAAS;AAClB,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}