"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Inline = void 0; const Inline = (options) => { const { value } = options; return () => value; }; exports.Inline = Inline; exports.Inline.props = {}; //# sourceMappingURL=inline.js.map