decky-frontend-lib
Advanced tools
Comparing version 3.1.2 to 3.1.3
import { CSSProperties, FC, RefAttributes } from 'react'; | ||
export interface DialogButtonProps extends RefAttributes<HTMLButtonElement> { | ||
export interface DialogButtonProps extends RefAttributes<HTMLDivElement> { | ||
label?: string; | ||
@@ -4,0 +4,0 @@ style?: CSSProperties; |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"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
113744