Clean lit-plugin warnings
This commit is contained in:
@@ -3,9 +3,7 @@ import {
|
||||
ConfirmationRestrictionConfig,
|
||||
CustomActionConfig,
|
||||
HomeAssistant,
|
||||
LovelaceCard,
|
||||
LovelaceCardConfig,
|
||||
LovelaceCardEditor,
|
||||
MoreInfoActionConfig,
|
||||
NavigateActionConfig,
|
||||
NoActionConfig,
|
||||
@@ -24,13 +22,6 @@ export const BUTTON_SIZE_MIN = 20;
|
||||
export const THUMBNAIL_WIDTH_MAX = 175;
|
||||
export const THUMBNAIL_WIDTH_MIN = 75;
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
'frigate-card-editor': LovelaceCardEditor;
|
||||
'hui-error-card': LovelaceCard;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Internal types.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user