mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(menu-button): fix sass linting
This commit is contained in:
@ -13,7 +13,7 @@ export interface AlertOptions {
|
||||
|
||||
export interface AlertInput {
|
||||
type: string;
|
||||
name: string | number;
|
||||
name: string;
|
||||
placeholder?: string;
|
||||
value?: string;
|
||||
label?: string;
|
||||
|
Reference in New Issue
Block a user