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:
@@ -1,9 +1,4 @@
|
||||
import { ComponentRef } from '../interface';
|
||||
|
||||
export interface FrameworkDelegate {
|
||||
attachViewToDom(container: any, component: any, propsOrDataObj?: any, cssClasses?: string[]): Promise<HTMLElement>;
|
||||
removeViewFromDom(container: any, component: any): Promise<void>;
|
||||
}
|
||||
import { ComponentRef, FrameworkDelegate } from '../interface';
|
||||
|
||||
export async function attachComponent(
|
||||
delegate: FrameworkDelegate | undefined,
|
||||
|
||||
Reference in New Issue
Block a user