CodeCraft Auth API Docs - v0.0.0
    Preparing search index...
    interface AuthLayoutContext {
        setDescription: (description: string | null) => void;
        setTitle: (title: string | null) => void;
    }
    Index

    Properties

    setDescription: (description: string | null) => void
    setTitle: (title: string | null) => void