mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-19 18:28:42 +00:00
* Add typoghrapy styles * Split styles * Fix duplicated html * remove unused paper vars * Fix vars * Add vars autocompletion extension * Fix css syntax highlighting
10 lines
161 B
TypeScript
10 lines
161 B
TypeScript
import "../onboarding/ha-onboarding";
|
|
|
|
import("../resources/append-ha-style");
|
|
|
|
declare global {
|
|
interface Window {
|
|
stepsPromise: Promise<Response>;
|
|
}
|
|
}
|