new file: src/index.ts

This commit is contained in:
Maksym 2024-10-13 21:53:21 +02:00
parent a5c6430991
commit 2afe4fea46

6
src/index.ts Normal file
View File

@ -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}