Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 7, 2023
2 parents ca4537c + 07e886d commit eafbb68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonlight-mod/types",
"version": "1.1.1",
"version": "1.1.2",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/types/src/import.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ declare module "@moonlight-mod/wp/common_fluxDispatcher" {
const Dispatcher: CoreExtensions.CommonFluxDispatcher;
export default Dispatcher;
}

declare module "@moonlight-mod/wp/common_react" {
import React from "react";
export = React;
}

declare module "@moonlight-mod/wp/settings_settings" {
import { CoreExtensions } from "@moonlight-mod/types";
export const Settings: CoreExtensions.Settings;
export default Settings;
}

0 comments on commit eafbb68

Please sign in to comment.