UNPKG

basicprimitives

Version:

Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.

17 lines (14 loc) 264 B
export default function DummyTemplate() { function template() { return {}; } function getHashCode() { return 0; } function render() { } return { template: template, getHashCode: getHashCode, render: render }; };