UNPKG

@tarojs/components

Version:
19 lines (15 loc) 409 B
'use strict'; const index = require('./index-2f9fa58c.js'); const helper = require('./helper-ad6306f6.js'); const ScaleGestureHandler = class { constructor(hostRef) { index.registerInstance(this, hostRef); } componentDidLoad() { helper.notSupport('ScaleGestureHandler', this); } render() { return (index.h(index.Host, null)); } }; exports.ScaleGestureHandler = ScaleGestureHandler;