mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
refactor(page): removes ion-page wc
This commit is contained in:
30
packages/core/src/components.d.ts
vendored
30
packages/core/src/components.d.ts
vendored
@ -2081,36 +2081,6 @@ declare global {
|
||||
}
|
||||
|
||||
|
||||
import {
|
||||
Page as IonPage
|
||||
} from './components/page/page';
|
||||
|
||||
declare global {
|
||||
interface HTMLIonPageElement extends IonPage, HTMLStencilElement {
|
||||
}
|
||||
var HTMLIonPageElement: {
|
||||
prototype: HTMLIonPageElement;
|
||||
new (): HTMLIonPageElement;
|
||||
};
|
||||
interface HTMLElementTagNameMap {
|
||||
"ion-page": HTMLIonPageElement;
|
||||
}
|
||||
interface ElementTagNameMap {
|
||||
"ion-page": HTMLIonPageElement;
|
||||
}
|
||||
namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
"ion-page": JSXElements.IonPageAttributes;
|
||||
}
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonPageAttributes extends HTMLAttributes {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
import {
|
||||
PickerColumnCmp as IonPickerColumn
|
||||
} from './components/picker-column/picker-column';
|
||||
|
Reference in New Issue
Block a user