UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

9 lines (8 loc) 220 B
declare global { interface HASSDomEvents { "location-changed": { replace: boolean; }; } } export declare const navigate: (_node: any, path: string, replace?: boolean) => void;