Documentation
    Preparing search index...

    Type Alias UsePiano<T>

    type UsePiano<T extends HTMLElement> = {
        ref: RefObject<T | null>;
    }

    Type Parameters

    Index
    ref: RefObject<T | null>