cleaned for new home
This commit is contained in:
8
www/community/Ultra-Vehicle-Card/editor/tabs/about-tab.d.ts
vendored
Normal file
8
www/community/Ultra-Vehicle-Card/editor/tabs/about-tab.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { LitElement, TemplateResult, nothing } from 'lit';
|
||||
import { HomeAssistant } from 'custom-card-helpers';
|
||||
export declare class AboutTab extends LitElement {
|
||||
hass: HomeAssistant;
|
||||
private _t;
|
||||
protected render(): TemplateResult | typeof nothing;
|
||||
static styles: import("lit").CSSResult;
|
||||
}
|
||||
Reference in New Issue
Block a user