UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

3 lines (2 loc) 114 B
import { ActionConfig } from "./types"; export declare function hasDoubleClick(config?: ActionConfig): boolean;