@yesstudio/nuxt-composables
    Preparing search index...

    Variable TeleportConst

    Teleport: {
        __isTeleport: true;
        new (): {
            $props: VNodeProps & TeleportProps;
            $slots: {
                default(): VNode<
                    RendererNode,
                    RendererElement,
                    { [key: string]: any },
                >[];
            };
        };
    }

    Type Declaration