mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(content): better device suport (ios)
This commit is contained in:
3
packages/core/src/components.d.ts
vendored
3
packages/core/src/components.d.ts
vendored
@ -761,6 +761,7 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonContentAttributes extends HTMLAttributes {
|
||||
forceOverscroll?: boolean;
|
||||
fullscreen?: boolean;
|
||||
}
|
||||
}
|
||||
@ -2689,6 +2690,8 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonScrollAttributes extends HTMLAttributes {
|
||||
forceOverscroll?: boolean;
|
||||
mode?: string;
|
||||
onionScroll?: ScrollCallback;
|
||||
onionScrollEnd?: ScrollCallback;
|
||||
onionScrollStart?: ScrollCallback;
|
||||
|
Reference in New Issue
Block a user