decky-frontend-lib
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -22,2 +22,3 @@ export declare enum SideMenu { | ||
NavigateToExternalWeb(url: string): void; | ||
NavigateToStore(): void; | ||
ToggleSideMenu(sideMenu: SideMenu): void; | ||
@@ -24,0 +25,0 @@ CloseSideMenus(): void; |
@@ -1,2 +0,2 @@ | ||
import { FC } from 'react'; | ||
export declare const Spinner: FC<{}>; | ||
import { FC, SVGAttributes } from 'react'; | ||
export declare const Spinner: FC<SVGAttributes<SVGElement>>; |
@@ -1,2 +0,2 @@ | ||
import { FC } from 'react'; | ||
export declare const SteamSpinner: FC<{}>; | ||
import { FC, SVGAttributes } from 'react'; | ||
export declare const SteamSpinner: FC<SVGAttributes<SVGElement>>; |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A library for building decky plugins", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64509
1301