UNPKG

@inkline/paper

Version:

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

14 lines (9 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.provide = exports.inject = void 0; const provide = (identifier, value, dependencies) => {}; exports.provide = provide; const inject = (identifier, defaultValue) => {}; exports.inject = inject;