UNPKG

@agreejs/agree

Version:
10 lines (7 loc) 273 B
const { CurrentReconciler } = require('@agreejs/runtime') const agree = require('@agreejs/api').default if (typeof CurrentReconciler.initNativeApi === 'function') { CurrentReconciler.initNativeApi(agree) } module.exports = agree module.exports.default = module.exports