Files
hassos_config/www/community/Ultra-Vehicle-Card/editor/tabs/about-tab.d.ts
2025-06-23 12:40:35 +02:00

9 lines
307 B
TypeScript

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;
}