mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(navigation): make the framework delegate more generic
This commit is contained in:
4
packages/core/src/components.d.ts
vendored
4
packages/core/src/components.d.ts
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user