UNPKG

@inkline/paper

Version:

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

11 lines (8 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaperContext = void 0; var _react = require("react"); const PaperContext = (0, _react.createContext)(null); exports.PaperContext = PaperContext;