UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

3 lines (2 loc) 165 B
import { PropertyValues } from "lit"; export declare function hasConfigOrEntityChanged(element: any, changedProps: PropertyValues, forceUpdate: Boolean): boolean;