refactor(navigation): make the framework delegate more generic

This commit is contained in:
Dan Bucholtz
2017-12-07 12:06:02 -06:00
parent 02d34a26aa
commit 14a67e1ff5
12 changed files with 140 additions and 53 deletions

View File

@ -1622,8 +1622,8 @@ declare global {
export interface IonModalAttributes extends HTMLAttributes {
mode?: string;
color?: string;
component?: string;
componentProps?: any;
component?: any;
data?: any;
cssClass?: string;
enableBackdropDismiss?: boolean;
modalId?: string;