@tarojs/components
Version:
17 lines (14 loc) • 389 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-89ae5aeb.js';
import { n as notSupport } from './helper-8a85bb65.js';
const InlinePaymentPanel = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
componentDidLoad() {
notSupport('InlinePaymentPanel', this);
}
render() {
return (h(Host, null));
}
};
export { InlinePaymentPanel as I };