@kayelaa/canvas API - v0.3.2
    Preparing search index...

    Interface CreatedHookExtras<T>

    interface CreatedHookExtras<T extends LeaHooks<any>> {
        $$typeof: "hook";
        clazz: ValidHookClass;
    }

    Type Parameters

    Index

    Properties

    Properties

    $$typeof: "hook"