UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

6 lines (5 loc) 203 B
import { ActionConfig } from "./types"; // Check if config or Entity changed export function hasDoubleClick(config?: ActionConfig): boolean { return config !== undefined && config.action !== "none"; }