UNPKG

@inkline/paper

Version:

Paper is a unified interface for defining components for Vue and React using a single code base.

12 lines (8 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.watch = void 0; var _vue = require("vue"); const watch = (dependency, callback) => (0, _vue.watch)(dependency, callback); exports.watch = watch;