decky-frontend-lib
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -15,3 +15,3 @@ import { VFC, ReactNode } from 'react'; | ||
} | ||
export interface ProgressBarWithInfoProps extends ProgressBarProps { | ||
export interface ProgressBarWithInfoProps extends ProgressBarItemProps { | ||
sTimeRemaining?: ReactNode; | ||
@@ -18,0 +18,0 @@ sOperationText?: ReactNode; |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "1.2.0", | ||
"version": "1.2.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
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
78574