mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
fix(events): fix ionic/angular events
This commit is contained in:
30
packages/core/src/components.d.ts
vendored
30
packages/core/src/components.d.ts
vendored
@ -853,36 +853,6 @@ declare global {
|
||||
}
|
||||
|
||||
|
||||
import {
|
||||
Events as IonEvents
|
||||
} from './components/events/events';
|
||||
|
||||
declare global {
|
||||
interface HTMLIonEventsElement extends IonEvents, HTMLStencilElement {
|
||||
}
|
||||
var HTMLIonEventsElement: {
|
||||
prototype: HTMLIonEventsElement;
|
||||
new (): HTMLIonEventsElement;
|
||||
};
|
||||
interface HTMLElementTagNameMap {
|
||||
"ion-events": HTMLIonEventsElement;
|
||||
}
|
||||
interface ElementTagNameMap {
|
||||
"ion-events": HTMLIonEventsElement;
|
||||
}
|
||||
namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
"ion-events": JSXElements.IonEventsAttributes;
|
||||
}
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonEventsAttributes extends HTMLAttributes {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
import {
|
||||
FabButton as IonFabButton
|
||||
} from './components/fab-button/fab-button';
|
||||
|
Reference in New Issue
Block a user