mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
feature(show-when): add orientation support, recalc on resize event
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -1135,6 +1135,7 @@ declare global {
|
||||
mediaQuery?: string;
|
||||
mode?: string;
|
||||
or?: boolean;
|
||||
orientation?: string;
|
||||
platform?: string;
|
||||
size?: string;
|
||||
}
|
||||
@ -2906,6 +2907,7 @@ declare global {
|
||||
mediaQuery?: string;
|
||||
mode?: string;
|
||||
or?: boolean;
|
||||
orientation?: string;
|
||||
platform?: string;
|
||||
size?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user