mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
fix(alert): header is not mandatory
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { TextFieldTypes } from '../../interface';
|
||||
|
||||
export interface AlertOptions {
|
||||
header: string;
|
||||
header?: string;
|
||||
subHeader?: string;
|
||||
message?: string;
|
||||
cssClass?: string | string[];
|
||||
|
Reference in New Issue
Block a user