Skip to content

Commit

Permalink
fix(types): export types
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed May 24, 2024
1 parent 19e9225 commit 06e96ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 06e96ec

Please sign in to comment.