UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 276 B
"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