UNPKG

@remax/framework-shared

Version:

使用真正的 React 构建跨平台小程序

7 lines (6 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isClassComponent(Component) { return Component.prototype && typeof Component.prototype.render === 'function'; } exports.default = isClassComponent;