From 2afe4fea468b305afdc3b70ee4eee48651695820 Mon Sep 17 00:00:00 2001 From: Maksym Date: Sun, 13 Oct 2024 21:53:21 +0200 Subject: [PATCH] new file: src/index.ts --- src/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/index.ts diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..c06b1d0 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,6 @@ +import { Strip } from "./VMR/Bus"; +import { Control } from "./VMR/Control"; +import { Remote } from "./VMR/Remote"; +import { VMObject } from "./VMR/VMObject"; + +export default {Remote, Control, Strip, VMObject} \ No newline at end of file