mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
feat(ion-input-shims): 📱
This commit is contained in:
68
packages/core/src/components.d.ts
vendored
68
packages/core/src/components.d.ts
vendored
@ -20,10 +20,6 @@ import {
|
||||
AlertButton,
|
||||
AlertInput,
|
||||
} from './components/alert/alert';
|
||||
import {
|
||||
App,
|
||||
FrameworkDelegate as FrameworkDelegate2,
|
||||
} from '.';
|
||||
import {
|
||||
ElementRef,
|
||||
Side,
|
||||
@ -32,6 +28,10 @@ import {
|
||||
GestureCallback,
|
||||
GestureDetail,
|
||||
} from './components/gesture/gesture';
|
||||
import {
|
||||
App,
|
||||
FrameworkDelegate as FrameworkDelegate2,
|
||||
} from '.';
|
||||
import {
|
||||
PickerButton,
|
||||
PickerColumn as PickerColumn2,
|
||||
@ -848,36 +848,6 @@ declare global {
|
||||
}
|
||||
|
||||
|
||||
import {
|
||||
DeviceHacks as IonDeviceHacks
|
||||
} from './components/device-hacks/device-hacks';
|
||||
|
||||
declare global {
|
||||
interface HTMLIonDeviceHacksElement extends IonDeviceHacks, HTMLStencilElement {
|
||||
}
|
||||
var HTMLIonDeviceHacksElement: {
|
||||
prototype: HTMLIonDeviceHacksElement;
|
||||
new (): HTMLIonDeviceHacksElement;
|
||||
};
|
||||
interface HTMLElementTagNameMap {
|
||||
"ion-device-hacks": HTMLIonDeviceHacksElement;
|
||||
}
|
||||
interface ElementTagNameMap {
|
||||
"ion-device-hacks": HTMLIonDeviceHacksElement;
|
||||
}
|
||||
namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
"ion-device-hacks": JSXElements.IonDeviceHacksAttributes;
|
||||
}
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonDeviceHacksAttributes extends HTMLAttributes {
|
||||
app?: App;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
import {
|
||||
Events as IonEvents
|
||||
} from './components/events/events';
|
||||
@ -1271,6 +1241,36 @@ declare global {
|
||||
}
|
||||
|
||||
|
||||
import {
|
||||
InputShims as IonInputShims
|
||||
} from './components/input-shims/input-shims';
|
||||
|
||||
declare global {
|
||||
interface HTMLIonInputShimsElement extends IonInputShims, HTMLStencilElement {
|
||||
}
|
||||
var HTMLIonInputShimsElement: {
|
||||
prototype: HTMLIonInputShimsElement;
|
||||
new (): HTMLIonInputShimsElement;
|
||||
};
|
||||
interface HTMLElementTagNameMap {
|
||||
"ion-input-shims": HTMLIonInputShimsElement;
|
||||
}
|
||||
interface ElementTagNameMap {
|
||||
"ion-input-shims": HTMLIonInputShimsElement;
|
||||
}
|
||||
namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
"ion-input-shims": JSXElements.IonInputShimsAttributes;
|
||||
}
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonInputShimsAttributes extends HTMLAttributes {
|
||||
app?: App;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
import {
|
||||
Input as IonInput
|
||||
} from './components/input/input';
|
||||
|
Reference in New Issue
Block a user