decky-frontend-lib
Advanced tools
Comparing version 3.21.0 to 3.21.1
@@ -1,2 +0,2 @@ | ||
import { JSXElementConstructor, ReactElement } from 'react'; | ||
import { JSXElementConstructor, ReactElement, ReactNode } from 'react'; | ||
import { FieldProps } from '../deck-components'; | ||
@@ -10,3 +10,3 @@ /** | ||
export type ReorderableEntry<T> = { | ||
label: string; | ||
label: ReactNode; | ||
data?: T; | ||
@@ -13,0 +13,0 @@ position: number; |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "3.21.0", | ||
"version": "3.21.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
220599