UNPKG

@pi0/framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

17 lines (15 loc) 272 B
import TouchRipple from './touch-ripple-class'; export default { name: 'touch-ripple', static: { TouchRipple, }, create() { const app = this; app.touchRipple = { create(...args) { return new TouchRipple(...args); }, }; }, };