UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

4 lines (3 loc) 191 B
import { HomeAssistant } from "./types"; export declare function computeRTL(hass: HomeAssistant): boolean; export declare function computeRTLDirection(hass: HomeAssistant): "rtl" | "ltr";