mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +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;
|
||||
cards?: Array<LovelaceCard | HuiErrorCard>;
|
||||
badges?: LovelaceBadge[];
|
||||
setConfig(config: LovelaceCardConfig): void;
|
||||
setConfig(config: LovelaceViewConfig): void;
|
||||
}
|
||||
|
||||
export interface ShowViewConfig {
|
||||
|
Loading…
x
Reference in New Issue
Block a user