@lightningjs/ui-components
Advanced tools
Comparing version 2.20.5 to 2.20.6
{ | ||
"name": "@lightningjs/ui-components", | ||
"version": "2.20.5", | ||
"version": "2.20.6", | ||
"description": "A shared library of helpful LightningJS components utilizing theme files to easily customize for any LightningJS application.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,2 +0,3 @@ | ||
type ThemeObject = object; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
type ThemeObject = any; | ||
@@ -8,4 +9,4 @@ type CallbackFunction = (...args: unknown[]) => void; | ||
set theme(value: ThemeObject); | ||
get keyMetricsCallback(): object; | ||
set keyMetricsCallback(value: object); | ||
get keyMetricsCallback(): any; | ||
set keyMetricsCallback(value: any); | ||
get debug(): boolean; | ||
@@ -12,0 +13,0 @@ set debug(value: boolean); |
Sorry, the diff of this file is too big to display
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
12543603
85889