From bb217d1b352ff96cf8ec13bfe51a19c73264827a Mon Sep 17 00:00:00 2001 From: Lastraum Date: Tue, 26 Apr 2022 09:19:05 -0700 Subject: [PATCH] Update index.ts --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 9bf21e7..f234237 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,3 @@ export { VideoSystem } from './videoSystem' -export { Types } from './videoSystem' -export { Config } from './videoSystem' +export { VideoSystemTypes } from './videoSystem' +export { VideoSystemConfig } from './videoSystem'