Add warning and error methods. Refactor types (#26)

* Add warning and error methods. Refactor types

* Remove obsolete CSS style
This commit is contained in:
Georgi Gardev
2020-05-21 09:42:42 -05:00
committed by GitHub
parent 6a4e773d42
commit 7f44c5cc9a
2 changed files with 26 additions and 21 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { ActionConfig } from 'custom-card-helpers';
import { ActionConfig, LovelaceCardConfig } from 'custom-card-helpers';
// TODO Add your configuration elements here for type-checking
export interface BoilerplateCardConfig {
export interface BoilerplateCardConfig extends LovelaceCardConfig {
type: string;
name?: string;
show_warning?: boolean;