2025-04-09 18:55:14 +08:00

6 lines
278 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Iselector, renderDisplayTypeEnum } from '../types';
/**
* @description context中需要包含app节点用于插入selector中
*/
export declare const createIframeNode: (context: any, selector: Iselector, renderDisplayType: renderDisplayTypeEnum) => Promise<void>;