@graffiti-garden/wrapper-vue
    Preparing search index...

    Variable GraffitiHandleToActorConst

    GraffitiHandleToActor: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (
            ...args: any[],
        ): CreateComponentPublicInstanceWithMixins<
            Readonly<{ handle: string }> & Readonly<{}>,
            {},
            {},
            {},
            {},
            ComponentOptionsMixin,
            ComponentOptionsMixin,
            {},
            PublicProps,
            {},
            false,
            {},
            {},
            GlobalComponents,
            GlobalDirectives,
            string,
            {},
            any,
            ComponentProvideOptions,
            { B: {}; C: {}; D: {}; Defaults: {}; M: {}; P: {} },
            Readonly<{ handle: string }> & Readonly<{}>,
            {},
            {},
            {},
            {},
            {},
        >;
    } & ComponentOptionsBase & VNodeProps & AllowedComponentProps & ComponentCustomProps & new () => {
        $slots: { default?(_: { actor: string | null | undefined }): any };
    }

    The Graffiti.handleToActor method as a reactive renderless component for use in Vue templates.

    Its props and slots props are identical to the arguments and return values of the composable useGraffitiHandleToActor. If no template is provided to the default slot, fallback content will display the actor DID.