mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Set correct type for setConfig (#7173)
This commit is contained in:
parent
f48b1150cf
commit
4ad65e3d69
@ -92,7 +92,7 @@ export interface LovelaceViewElement extends HTMLElement {
|
|||||||
index?: number;
|
index?: number;
|
||||||
cards?: Array<LovelaceCard | HuiErrorCard>;
|
cards?: Array<LovelaceCard | HuiErrorCard>;
|
||||||
badges?: LovelaceBadge[];
|
badges?: LovelaceBadge[];
|
||||||
setConfig(config: LovelaceCardConfig): void;
|
setConfig(config: LovelaceViewConfig): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ShowViewConfig {
|
export interface ShowViewConfig {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user