Set correct type for setConfig (#7173)
This commit is contained in:
@@ -92,7 +92,7 @@ export interface LovelaceViewElement extends HTMLElement {
|
||||
index?: number;
|
||||
cards?: Array<LovelaceCard | HuiErrorCard>;
|
||||
badges?: LovelaceBadge[];
|
||||
setConfig(config: LovelaceCardConfig): void;
|
||||
setConfig(config: LovelaceViewConfig): void;
|
||||
}
|
||||
|
||||
export interface ShowViewConfig {
|
||||
|
||||
Reference in New Issue
Block a user