Sanity Library Reference Docs
    Preparing search index...

    Interface UseDocumentTitleBeta

    useDocumentTitle hook return type.

    interface UseDocumentTitle {
        error?: string;
        title?: string;
    }
    Index

    Properties

    Properties

    error?: string
    title?: string