KC's Workspace
    Preparing search index...

    Type Alias DeprecatedHook<T>

    type DeprecatedHook<T> = {
        message?: string;
        to: HookKeys<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    message?: string
    to: HookKeys<T>