Circle V2 API Docs
    Preparing search index...

    Type Alias BoundFunction<T>

    BoundFunction: T extends (container: HTMLElement, ...args: infer P) => infer R
        ? (...args: P) => R
        : never

    Type Parameters

    • T