decky-frontend-lib
Advanced tools
Comparing version 3.21.7 to 3.21.8
@@ -50,3 +50,3 @@ import type { ComponentType, ReactNode } from 'react'; | ||
} | ||
export declare enum FileSelectionType { | ||
export declare const enum FileSelectionType { | ||
FILE = 0, | ||
@@ -53,0 +53,0 @@ FOLDER = 1 |
@@ -1,6 +0,1 @@ | ||
export var FileSelectionType; | ||
(function (FileSelectionType) { | ||
FileSelectionType[FileSelectionType["FILE"] = 0] = "FILE"; | ||
FileSelectionType[FileSelectionType["FOLDER"] = 1] = "FOLDER"; | ||
})(FileSelectionType || (FileSelectionType = {})); | ||
// TypeScript helper function | ||
@@ -7,0 +2,0 @@ export const definePlugin = (fn) => { |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "3.21.7", | ||
"version": "3.21.8", | ||
"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
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
221828
5335