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;