mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(esm): reorganiza exports
This commit is contained in:
5
core/src/interface.d.ts
vendored
5
core/src/interface.d.ts
vendored
@@ -44,6 +44,11 @@ export type BackButtonEvent = CustomEvent<{
|
||||
register(priority: number, handler: () => Promise<any> | void): void;
|
||||
}>
|
||||
|
||||
export interface FrameworkDelegate {
|
||||
attachViewToDom(container: any, component: any, propsOrDataObj?: any, cssClasses?: string[]): Promise<HTMLElement>;
|
||||
removeViewFromDom(container: any, component: any): Promise<void>;
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface StencilGlobalHTMLAttributes {
|
||||
// for ion-menu and ion-split-pane
|
||||
|
||||
Reference in New Issue
Block a user