decky-frontend-lib
Advanced tools
Comparing version 3.18.4 to 3.18.5
@@ -1,7 +0,11 @@ | ||
import { FC } from 'react'; | ||
import { FC, ReactNode } from 'react'; | ||
export interface PanelSectionProps { | ||
title?: string; | ||
spinner?: boolean; | ||
children?: ReactNode; | ||
} | ||
export declare const PanelSection: FC<PanelSectionProps>; | ||
export declare const PanelSectionRow: FC<{}>; | ||
export interface PanelSectionRowProps { | ||
children?: ReactNode; | ||
} | ||
export declare const PanelSectionRow: FC<PanelSectionRowProps>; |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "3.18.4", | ||
"version": "3.18.5", | ||
"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
196677
4698