Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 410B

1234567
  1. export { default as Colors } from "./plugin.colors.js";
  2. export { default as Decimation } from "./plugin.decimation.js";
  3. export { default as Filler } from "./plugin.filler/index.js";
  4. export { default as Legend } from "./plugin.legend.js";
  5. export { default as SubTitle } from "./plugin.subtitle.js";
  6. export { default as Title } from "./plugin.title.js";
  7. export { default as Tooltip } from "./plugin.tooltip.js";