UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 148 B
export const Inline = (options) => { const { value } = options; return () => value; }; Inline.props = {}; //# sourceMappingURL=inline.js.map