Skip to content

Commit

Permalink
Merge pull request #2178 from Hyperkid123/fix-missing-object
Browse files Browse the repository at this point in the history
fix(types): add drawer actions to chrome API
  • Loading branch information
Hyperkid123 authored Feb 28, 2025
2 parents 3e312e4 + 621dd36 commit 34823fc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
40 changes: 29 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export interface ChromeAPI {
) => T;
enablePackagesDebug: () => void;
requestPdf: (options: PDFRequestOptions) => Promise<void>;
drawerActions: DrawerPanelActions;
}

declare global {
Expand Down

0 comments on commit 34823fc

Please sign in to comment.