fix(menu-button): fix sass linting

This commit is contained in:
Manu Mtz.-Almeida
2018-07-24 02:38:55 +02:00
parent ddb1e4989a
commit d22f04bd90
6 changed files with 11 additions and 8 deletions

View File

@ -13,7 +13,7 @@ export interface AlertOptions {
export interface AlertInput {
type: string;
name: string | number;
name: string;
placeholder?: string;
value?: string;
label?: string;