Sanity Library Reference Docs
    Preparing search index...

    Type Alias UseLiveModeHook

    UseLiveModeHook: (
        options: EnableLiveModeOptions & {
            studioUrl?: StudioUrl | ResolveStudioUrl;
        },
    ) => void

    Type declaration