mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
29 lines
668 B
TypeScript
29 lines
668 B
TypeScript
/**
|
|
* This is an autogenerated file created by the Stencil build process.
|
|
* It contains typing information for all components that exist in this project
|
|
* and imports for stencil collections that might be configured in your stencil.config.js file
|
|
*/
|
|
|
|
import '@stencil/core';
|
|
|
|
declare global {
|
|
namespace JSX {
|
|
interface Element {}
|
|
export interface IntrinsicElements {}
|
|
}
|
|
namespace JSXElements {}
|
|
|
|
interface HTMLStencilElement extends HTMLElement {
|
|
componentOnReady(): Promise<this>;
|
|
componentOnReady(done: (ele?: this) => void): void;
|
|
|
|
forceUpdate(): void;
|
|
}
|
|
|
|
interface HTMLAttributes {}
|
|
}
|
|
|
|
import 'ionicons';
|
|
import '@ionic/core';
|
|
|