From 06e96ec5a1f6a2240778a52d9d3b15a0f0682b54 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 24 May 2024 17:54:56 -0400 Subject: [PATCH] fix(types): export types --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index e01549d..cadd1fb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,6 +2,7 @@ // @ts-ignore import _manifest from '@decky/manifest'; +export * from "./types"; import type { DefinePluginFn, FilePickerRes, FileSelectionType, RouterHook, Toaster } from './types'; // Prevents it from being duplicated in output. const manifest = _manifest;