decky-frontend-lib
Advanced tools
Comparing version 3.16.1 to 3.16.2
@@ -1,2 +0,2 @@ | ||
import { FC, CSSProperties } from 'react'; | ||
import { CSSProperties, FC } from 'react'; | ||
export interface MarqueeProps { | ||
@@ -14,3 +14,2 @@ play?: boolean; | ||
} | ||
declare const Marquee: FC<MarqueeProps>; | ||
export default Marquee; | ||
export declare const Marquee: FC<MarqueeProps>; |
import { findModuleChild } from '../webpack'; | ||
const Marquee = findModuleChild((m) => { | ||
export const Marquee = findModuleChild((m) => { | ||
if (typeof m !== 'object') | ||
@@ -12,2 +12,1 @@ return; | ||
}); | ||
export default Marquee; |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "3.16.1", | ||
"version": "3.16.2", | ||
"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
187427
4470